pudl icon indicating copy to clipboard operation
pudl copied to clipboard

More "like" syntax

Open darkain opened this issue 3 years ago • 1 comments

clike: [text]%[text] alike: %[text]%[text]% lclike: %[text]%[text] rclike: [text]%[text]% rawlike: any input passed unfiltered

there really isn't an elegant way to have underscore single-character matching, so adding rawlike to handle those where the app itself can build the LIKE matching string.

darkain avatar Jun 08 '22 16:06 darkain

Also test more advanced escaping, such as the escape \ character itself

darkain avatar Jun 19 '22 05:06 darkain