eDocs - Rest API - Searches evaluation with "or" clause in criteria

Options
Laubstein
edited November 23, 2021 in eDOCS #1

Hi,

I am using the searches/evaluation endpoint as below:


It is working but now I would like to search using an or clause, something like:


Is it possible and what is the correct schema to do it?

The mobile version of the app has a unique input field and I want to either search for title or the number of the document.

Thanks

Tagged:

Comments

  • Multiple values per field are treated as 'or'

    will return all items with any of the three values specified


    But all fields are treated as 'and'

    will return all items with any of the three values specified AND are of the specified application

  • Some search forms make it possible to search ALL the profile fields for a specified value by using


  • perhaps move this to the eDocs forums to help the other eDocs users ?