Searching

Searching in VidiCore is implemented using OpenSearch as backend. This allows functionality such as boolean operators, faceted searching, term highlighting, search term suggestions, etc.

Refer to Searching for a more detailled description of the available options.

New in version 25.2.

VidiCore comes with the beta version of a completely redesigned search API and OpenSearch document structure called search version 2. Search version 2 requires the usage of the new search version 2 API in conjunction with the new SearchDocument for sending search criteria.

Information and explanation about the standard search, the new beta version, and options for migrating between both searches can be found in following pages.

Note

As search version 2 is still in the beta phase bugs and errors may occur. Please report any bugs and errors you might encounter to help us improve the new search version. Please be aware that the search version 2 API and the structure of the SearchDocument are subject to change while in beta status.