Sqlite3 'Like' support in query builder #2731
randall-coding
started this conversation in
Ideas
Replies: 1 comment
-
Oh I was looking at an old documentation. Looks like it exists now. https://docs.rs/diesel/1.4.6/diesel/expression_methods/trait.TextExpressionMethods.html#method.like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some code which relies on the query builder, and now I'm trying to integrate a LIKE search but that doesn't seem to be supported. So some sqlite3 LIKE support would be a useful feature. For now I'm going to create a raw sql query.
Beta Was this translation helpful? Give feedback.
All reactions