@Anonymous Here's a brief summary of the required parameters and their contents:
-
search
: The search text query.
-
semanticFilters
: A list of semantic filters to apply to the search query. Each filter is a JSON object that specifies the name of the filter and its parameters.
-
queryType
: Set to "semantic" to enable semantic search.
-
select
: A comma-separated list of field names to include in the search results.
-
skip
: The number of search results to skip before returning results.
-
top
: The maximum number of search results to return.
-
count
: Set to "true" to include a count of the number of search results found.
-
highlight
: Set to "true" to enable hit highlighting in the search results.
-
highlightPreTag
: The string to insert before a highlighted term in the search results.
-
highlightPostTag
: The string to insert after a highlighted term in the search results.
Let me know if you have any further questions.