Skip to content

White space first of =* operatorΒ #242

@MrSEKIRO

Description

@MrSEKIRO

Version

2.14.2

Details

Hi,
I am using GridifyAsync for finding the records which some field contains some string starting with whitespace, but it ignores the first white space of that string.
e.g. I want to look for " Something" on column error:
error Like =* Something

the sql would be like:

SELECT * 
FROM tbl_Log 
WHERE Error Like '% Something%'

but it search for all strings in error column which has "Something".

Steps to reproduce

  • Step 1
    make some table with string column
  • Step 2
    search using below expression:
    error Like =* Something

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions