Multi-field searching
Instant search is working well in our sites but I have a few users who want to be able to search on multiple fields (e.g. surname and first name). I'm sure there's a workkflow out there that allows users to search on multiple fields. Does anyone want to share? Pretty please?
GE 4.5.1
GVH 2.6.1
0
-
Hi Rebecca,
That should be plenty easy to do with just a DisplayForm and QueryTask activity, the question is just how much you need the search suggestions that Instant Search provides. You can use an AutoCompleteBox to get search suggestions, but it would be bound by the following restrictions:- only one field can be displayed in each autocomplete box
- you can't use the result from other list items to help determine search suggestions in an autocomplete box on the same form. So if you had an autocomplete box for first name and one for last name side by side, the last name one would have to give you suggestions for ALL possible last names and not just ones that were valid with the first name that was entered. If you wanted to get around that, they could be on their own forms (with a "Next" button on the first one).
Amanda0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar