- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2013 11:12 PM
I'm doing a full-text search using the REST API using /path/to/folder@search?fullText="
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2013 06:24 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2013 11:47 PM
I worked around it by using the search?query=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2013 06:24 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2013 06:44 AM
Thanks for that response; is there any documentation to be found on what is preferred vs. deprecated in terms of the various web-APIs?
