What did you do?
In the data browser, filtering on the complete table "Filter in any column" differs from filtering one concrete column.
If I use a regex with a space character e.g. '/New York/'
- in Filter "over all column": No Result
- in Filter "column": record with 'New York'
that's a bit odd and not what I would expect
here my Data Example:
CREATE TABLE SomeCities (Name TEXT);
INSERT INTO SomeCities (Name)
VALUES
('New York')
,('Hawaii')
,('San Francisco');
What did you expect to see?
I'd expect to get the 'New York' record no matter which search field I use
What did you see instead?
see above
DB4S Version
3.13.1
What OS are you seeing the problem on?
Windows
OS version
No response
Relevant log output
Prevention against duplicate issues
What did you do?
In the data browser, filtering on the complete table "Filter in any column" differs from filtering one concrete column.
If I use a regex with a space character e.g. '/New York/'
that's a bit odd and not what I would expect
here my Data Example:
What did you expect to see?
I'd expect to get the 'New York' record no matter which search field I use
What did you see instead?
see above
DB4S Version
3.13.1
What OS are you seeing the problem on?
Windows
OS version
No response
Relevant log output
Prevention against duplicate issues