FooTable
FooTable copied to clipboard
Filtering is using dashes like whitespace
We have strings in our footable like "all-in-one" and "tri-blend t-shirt". For some reason, the search filter is ignoring these when I search them.
Is there a setting I'm missing that will leave them in the string?
Thanks!
Christen
hi Christen, if you have a "-" in your search string this means a negate of the following string. e.g. - christen would search everything wihout christen. So if you want to change these setting you can deactivate it: "filtering": { "enabled": true, "connectors": false
Let's try and give feedback :-)
Hello.
if you have a "-" in your search string this means a negate
It should work without space before?
If I searach all -in -one
then I expect this logic. But in case all-in-one
it is very strange.