Multiple Search records same Search Box

0
Hi Community, Please help me to solve this, In my database i have name, class, roll number, faculty and subject. I have added Dataview, in that i have created search text box to search a particular name from the database. If i search the name, I'm getting search results. But I want to search multiple names from the same search box. Can anyone guide me how to do this.
asked
1 answers
0

Out of the box you could look at dropdown search field with multiselect, but it is not flexible in a way that you can type several words and it would use them as 'either A or B' statements. For these kind of advanced features, it might be better to use a module like the CLEVR Lucene search module , or the global search module. There you would be able to use AND and OR statements or fuzzy logic search.

answered