10-01-2019 07:39 AM
Hi! I created a custom search form with a search term by directory (vocabulary). I used "nuxeo-directory-suggestion"
The component "nuxeo-directory-suggestion" allow filter options by text, and it show options that starts with the text that user input.
I would like to show also options that contains the text like component "nuxeo-user-suggestion" do it.
Is there any way to change the directory suggestions behaviour?
/>
Can I use other component to do this?
/>
Thanks.
10-01-2019 12:37 PM
Hello!
Passing:
params='{"contains":true}'
to the nuxeo-directory-suggestion
element should make the Directory.SuggestEntries
operation use a fulltext search.
10-01-2019 12:37 PM
Hello!
Passing:
params='{"contains":true}'
to the nuxeo-directory-suggestion
element should make the Directory.SuggestEntries
operation use a fulltext search.
10-02-2019 08:00 AM
Hi Gregory! Perfect!! It works!! Thanks!!
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.