Hello everyone!
I am trying to implement a new feature, which is something like:
If the main TS query doesn't find any document, then another TS query need to find at least one matching term for the same search text.
Then app will display Did you mean "XXXXX"
To achieve this, I am using type but sometimes it is return empty result.
I need some or headup or tips for this implementation
thanks in advance