Finding Content by a Search Query - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

Use a search query to be able to do a more specific search, such as where to search and for what.

API Explorer URL: http://localhost:8080/api-explorer/#!/search/search

See also: Finding People by a Term

Search Reference: See the Full text search reference section of the Alfresco Search Services documentation.

If the pre-canned queries (i.e. term based search) do not provide what you need you have the option to use the rich and powerful /search API, at the cost of a little more complexity. Due to the number of options and functionality available via the search API, it is a little different than most of the other search APIs. Firstly, the API is defined under the “search” namespace so it’s base URL is slightly different. Secondly, the /search endpoint does not accept any query parameters and is therefore completely controlled via the POST body as we’ll see in the examples that follow.