qurro icon indicating copy to clipboard operation
qurro copied to clipboard

Clarify Qarcoal case sensitivity

Open gibsramen opened this issue 4 years ago • 0 comments

Note that Qurro's text searching is case insensitive while currently Qarcoal is case sensitive (uses pd.Series.str.contains).

Should deal with this in Qarcoal - probably easiest to just add an optional flag to specify case sensitivity (and make sure its clearly defined as such to the user). Default should probably be case insensitive to match Qurro.

gibsramen avatar Nov 22 '19 22:11 gibsramen