fulltext search through REST API returns deleted documents

I'm doing a full-text search using the REST API using /path/to/folder@search?fullText=“

0 votes

3 answers

2032 views

ANSWER



Hello, the @search?fullText= is here for historic reasons, and was embeded into webengine a few years ago. The prefered way is to forge your query with @search?query= like you did.

0 votes



Thanks for that response; is there any documentation to be found on what is preferred vs. deprecated in terms of the various web-APIs?

0 votes



I worked around it by using the search?query=

0 votes