Hoppa till huvudinnehållet

Multi-field searching

Kommentarer

1 kommentar

  • Amanda Frech
    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:
    1. only one field can be displayed in each autocomplete box
    2. 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).
    If you don't need the search suggestions there's much less to work around.  Let us know how you would envision this looking/working.

     

    Amanda
    0

Du måste logga in om du vill lämna en kommentar.