Closed rrevanth closed 8 years ago
Hi,
Is there any option for having substring match anywhere in the tags.
For example:
The word 'artificial intelligence' is there in index but not matches when searched intelli or such.
Substring matching is only available for token prefixes, so given the token hello a search for hel would match, but a search for ello would not.
hello
hel
ello
This is a limitation of the current implementation of lunr.
Hi,
Is there any option for having substring match anywhere in the tags.
For example:
The word 'artificial intelligence' is there in index but not matches when searched intelli or such.