-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
like support in Etso? #17
Comments
Agreed fully. This is viable. I do wonder how we could accommodate UPDATE WHERE and DELETE WHERE etc. Currently we do not have support for transactions. |
@evadne sorry for super slow reply. I have been busy. :ets.select(:test, [{{[:_| 'ey2'], :_}, [], [:"$_"]}])
[{'key2', 'like2'}] And it looks like that we could support:
Do you want me to give it a shot in implementing it? |
@kpanic Fantastic news, please indeed try :) |
@kpanic Any joy? |
@evadne Nope for now. |
Hello! thanks for Etso!
I was wondering if it would make sense to implement https://hexdocs.pm/ecto/Ecto.Query.API.html#like/2 in Etso to have basic search capabilities.
A "trick" for prefix search could be something like
that would satisfy
"a_string%"
, however for"%like"
might be trickierThe text was updated successfully, but these errors were encountered: