Hi guys,

Suppose that a user is browsing a webpage where he has already filtered its
articles. I want to get suggestions only in the filtered content (i.e.
current category).

To achieve this I have set `spellcheck.q` to the current query or category,
but by doing this the query no longer returns `suggestions`.

So, what's the workaround.

P.s:
I have set these params in suggestion:
Reload(true);
Build(true);
Collate(true);
ExtendedResults(true);
CollateExtendedResults(true);

Reply via email to