FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

Filtering is using dashes like whitespace

Open x10 opened this issue 6 years ago • 2 comments

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

x10 avatar Jul 11 '18 18:07 x10

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 :-)

koppix46 avatar Jul 11 '18 20:07 koppix46

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.

Dees7 avatar Jul 30 '21 04:07 Dees7