Where in Object #280
piovezanfernando
started this conversation in
General
Replies: 1 comment 3 replies
-
Right now its not possible as indexeddb does not allow multi level indexing as far as i know, but this can be managed by jsstore to do filtering. This can be considered a feature. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi, I'm using JsStore and it's meeting my need perfectly. But a question arose after the implementation that I need to ask the question whether or not it is possible to do this type of consultation.
I have a table with the following fields:
The insertion I make for this table is as follows
I understand that the ideal thing is that the client object was a separate table so that it was possible to perform a join and with a direct where in the field of the related table.
But when the base was created this was not implemented and now I need to perform a search directly in the name field of the client object, would this scenario be possible?
Example of how I tried to create the query but in none of the scenarios it worked.
The commented lines are to exemplify what was tested I only used one line at a time to test
Beta Was this translation helpful? Give feedback.
All reactions