Are using the default Lucene search engine in EPiServer 8.0. A colleague mentioned that it's possible to directly query the search index for a published site via an entry in the QueryString. But he couldn't recall the URL format.
We are familiar with the indexing service endpoint URL, and with the Index Site Content interface URL, which look something like this:
What is the URL to execute a search against the index via a QueryString? Thank you.
The GET api is available at /EPiServer/shell/Stores/searchresults/
There are several important parameters here but most noteworthy are surly searchQuery
.
There is also an optional POST api available at /EPiServer/shell/Search/Search
using the parameters epiSearchQuery
, parameters
and id
None of these api's is however not available unless you are logged in to Episerver.