Skip to content

[Bug]: Inkonsistent RegExp Filter Behavior in Data Browser #3971

Description

@horst-p-w-neubauer

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

  • I have searched for similar issues

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed bugs or reports that are very likely to be bugs.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions