cancel
Showing results for 
Search instead for 
Did you mean: 

How to search data using some part of string

muni_
Champ on-the-rise
Champ on-the-rise

Hi, How to search data using some part of string instead of entire string. ex:

i had a string like "nuxeo database here" In Nuxeo Search i need to get result , if i search using either "nuxeo" or "database" .

i tried by using LIKE Operator but that is not working.

please let me know search data.

Thanks

1 REPLY 1

Greg_Drayon
Star Contributor
Star Contributor

As you guessed, you should use LIKE (or ILIKE). But you then have to use wildcard-character like "%". So instead of searching with "nuxeo", you must search with "nuxeo%". Be aware that "database%" will not find "nuxeo database here", but "%database%" will. See here for more information.

Getting started

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.