I'm using the Mendeley API and when I search documents (using the /search/documents) I can specify a query parameter that search string in any fileds.
Now it seems that the Mendeley applies a strict match on the string. For example if I have a document having the string "research" in the title, when I search using the query="resea" they return nothing.
Is it possible to search using a sort of LIKE? thanks