Open leoshmu opened 10 years ago
Simple aproach to the AND filter here: e86bd765eebf544bc574cbf1e71b0b2490ae143d
Cool -- what do you mean by "partial search"?
Like diabtes matching diabetes partially
On Sun, Apr 13, 2014 at 10:03 AM, Nick Semenkovich notifications@github.com wrote:
Cool -- what do you mean by "partial search"?
Reply to this email directly or view it on GitHub: https://github.com/WhiteCoatAcademy/icd10/issues/2#issuecomment-40309616
Right now, the query must be a direct match, to any field in the data set. We can instead have 1) ability for user to specify what the match should be to (i.e. query only the code, or only the description or both, with checkboxes to indicate what you're searching against) 2) ability for user to do an AND search, or other logic 3) ability to do partial search (harder i think)
I'm not sure what would actually be useful, since the results show up quickly and you can widdle things down, but curious to know what you think.