TableFilter icon indicating copy to clipboard operation
TableFilter copied to clipboard

Filter cell with '=' in text

Open taker218 opened this issue 5 years ago • 1 comments

Hi,

I just stumbled upon this extension and I really love it so far. But I have one problem with filtering a table where there are '=' in one of the cells.

When I use the select filter and I select the corresponding entry (in my example it's "Test=Test") I don't get any results. I also have entries in the table which don't have any '=' in it.

I now have gone to the standard filter for this column, so you need to type in the version you want to search for. But it would be a lot easier to use the select filter here.

Is there any way I can use the select filter even with this kind of entries in the table?

Best regards, Thomas

taker218 avatar Mar 19 '21 10:03 taker218

You could use regular expressions like rgx:Test\=Test

rimace avatar Apr 01 '21 07:04 rimace