The-Strategy-Unit / experiencesdashboard

Shiny dashboard visualising and analysing patient experience data from the NHS England Friends and Family Test (https://www.england.nhs.uk/fft/)
https://connect.strategyunitwm.nhs.uk/qdc_public/
Other
8 stars 4 forks source link

Fix-issue with keyword search #193

Closed asegun-cod closed 11 months ago

asegun-cod commented 11 months ago

The stemming feature previously used has been dropped. I am switch from using regrex ro searching for the full word. The new approach to catch more useful search results is by searching for a. The key word b. The plural/singular form (if they are valid words). By doing this, search for "doctors" or "doctor" will return same result. Also search for "team" will return "team" but not "steam"