Hi,
I want to build search functionality in my app. There are 4 fields on the page :
'first name', 'last name', 'dob' and gender. Now search functionality will be as follows:
any one can search by giving any one of the following fields or the combination of them.
for ex: if he knows the first name and last name then search query will work with combination of these two parameters,
or if he knows first name and dob then search query will work with combination of these two parameters. or if he knows first name, last name and gender then search query will work with these three parameters.
How will i implement this. pls help!!