Skip to content

LIKE filtering on the message field is not working #125

Answered by AmrDeveloper
jorgeaponte asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @jorgeaponte,

Thank you for reporting, the problem was that regex was not supporting multi lines strings like message because that it works fine with title, i updated it to support multi lines and unicode, your query will work fine now, also you can write query like this

select count() from commits where message like "%😎%"

Solved here: 8a4bebb

I will release it in 0.29.0

Thank you, have a nice day
Amr Hesham

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jorgeaponte
Comment options

Answer selected by AmrDeveloper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants