Pivoting searching solution. Away from Lunr.js (which just could not handle exact word search). Instead using a "dictionary-matching" algorithm, Aho-Corasick, which is more appropriate for Sidekick's use case.
This change loses stemming functionality. Something to consider bringing in later if users ask for it.
Pivoting searching solution. Away from Lunr.js (which just could not handle exact word search). Instead using a "dictionary-matching" algorithm, Aho-Corasick, which is more appropriate for Sidekick's use case.
This change loses stemming functionality. Something to consider bringing in later if users ask for it.