Closed joemfb closed 9 years ago
The was case was sending search-only annotations, to work around inconsistent term-parsing using /v1/search
vs /v1/suggest
. However, that's really a different feature than adhoc searches, and the two have incompatible requirements. Annotations could be config driven instead, if necessary.
MLSearchController._search()
should have an optionaladhoc
argument, to be passed toMLSearchContext.search()
.