Put the search process flow events in the correct order:
1) User selects the search key.
2) Search page builds dynamically.
3) Search key passes to the component.
4) Component search record properties are accessed.
5) User clicks content reference.
A.
1, 3, 4, 2, 5
B.
5, 2, 4, 1, 3
C.
1, 5, 4, 3, 2
D.
5, 4, 2, 1, 3
Explanation: