In Applicationcraft I have a search function. I want to display the 6 group names in a searchbox.
- The first group is "ADMIN GROUP". I f enter "A" in a searchbox, I want to display "ADMIN GROUP".
- The second group is "INSPECTION GROUP". If I enter " I " in a searchbox I want to display "INSPECTION GROUP".
Like this I want to display the following 6 groups in a searchbox,
- ADMIN GROUP
- INSPECTION GROUP
- MANAGER GROUP
- USER GROUP
- GROUP 1
- GROUP 2
Please help me How can I display the above groups in a searchbox.