Header logo.
A study of bugs
HomeArchiveTagsAboutFeed

Notes tagged with “ecto”

Ecto search keyword interpolation

Updated on 2023-11-27:

Now I realize I didn't need to use a fragment. I could have used ilike.

The difference between ilike and like is that ilike is explicitly case-insensitive, whereas like could be case sensitive based on the database you are using. ⋯