-
Notifications
You must be signed in to change notification settings - Fork 558
Open
Description
Hi! I am adding some custom regex to our tokenizer.separator:
lunr.tokenizer.separator = /[\s\-\.\(\)\[\]+\A-Z]/;
According to regex101.com, [\s-.()[]+\A-Z] will match all the capital letters in DeleteStreamAsync. I would like it to split on those, so that, for example, "DeleteStream" will return results.
Everything else is matching fine. For example, the stuff I added so that DeleteStreamAsync(someParams) would be returned when searching DeleteStreamAsync. So it's splitting on ( at least. It just doesn't seem to like the A-Z.
Any suggestions/info much appreciated.
Metadata
Metadata
Assignees
Labels
No labels