Replies: 1 comment 2 replies
|
Nothing for these yet! Aliases is a great suggestion, I'll track that as a new issue. Regarding searching multiple terms, #329 is the best place to leave any thoughts 🙂 |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there 👋
Thanks for this great library!
I've come across a situation where we want to show results for one term, when searching for another one. For example, if a user searches for
AI, I also want to show results forArtificial Intelligence.I'm wondering if one of the following is possible:
AI|Artificial intelligence,AI,Artificial intelligence, but none of these seem to work.I've tried some things using the
processTermoptions - either by appending a term, or by replacing it - but it never fully works. In these cases results forAIitself might not give a match, since the page might not containArtificial intelligence.All reactions