-
Notifications
You must be signed in to change notification settings - Fork 35
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
does this support jsonb search ? #41
Comments
Let me try writing a test for that; I think not yet, but it could. |
Can you detail your use-case? That would make it easier to design a solution. |
thanks for your quick reply. here is my use case: then i want to search the data by status -> currentState. |
@fatkhanfauzi What kind of GET query would you like to use for that? |
@kibertoad something like status[currentState]:eq or status[currentState]:like |
You can write your own filter using Here is an example of a custom full-text-search( |
@afm-sayem yep i know we can do that, thanks for your suggestion.
|
@afm-sayem @kibertoad or probably using status->>currentState same as what i've done at the moment in my custom filter.
|
Query for jsonb fields seems to be possible with @fatkhanfauzi filter. But is there a way to have the result ordered by an jsonb property? |
iirc, when I was working on the project that uses this package. however, apologize that I'm not on that project anymore. |
does this support jsonb search ?
The text was updated successfully, but these errors were encountered: