The-Strategy-Unit / nhp_evidence_maps

Shiny app: NHP evidence map
https://connect.strategyunitwm.nhs.uk/nhp_evidence_map/
Other
1 stars 0 forks source link

Improve lexical search #75

Open matt-dray opened 3 months ago

matt-dray commented 3 months ago

Searching is currently literal (though case insensitive) and the string-distance solution is perhaps noninutuitive.

Allowing for regular-expression matching might help users get more power over the search. This is an option in {DT} and possible in {reactable} via JavaScript.

implementing this would eliminate issues #44 and #45.