You should not need to write a rule for every key in the node recambois. Just as I have shown.
The double quotes around the values
If you use the experiemental firebase component to add records to your database, this will add a set of double quotes. Use the web component to add records.
or if using the experiemental firebase component, add double quotes as another set to the textbox.text ?
after getting it to search by " compatible " thanks to your indications, now I find a new problem, when there are two or more words it is not able to search, not even if you put both words... is there a solution or is it not possible to do that in firebase?
It is not really possible to carry out wildcard / partial string searches in firebase. There are some hacks, but I do not believe any of the ones I have seen will handle your requirement. To do it, you will need to restructure your data, I have a couple of ideas, but will have to carry out some testing....
I still think that if the amount of data you are going to handle is not very large, it would be better to recover it all and do the searches then. Everything would be much simpler
It is possible, but you would need to structure your data differently. You would need another "node" that listed each compatible item and its PN item as a sub-node e.g
In this way you can query the recambios table for descriptions, and compatibles for...compatibles
It does appear heavy handed and a duplication. Firebase call this de-normalising, and generally recommend this approach to make it possible to access and query subsets of data.
It would not take much to create this second structure when new records are added.
The fun would start when you have more than one part number that is compatible with a compatible!!
I have thought of the following, which might be easier to do, I have created two compatible ones
compatible and compatible1 creating a new structure, but I do not know how to make it search and find me in compatible or compatible1.
with the blocks that I have that you made me, I can only do it with & and I have to have the two search fields filled, I do not know how to do the search "or".
To answer this, it depends on what you want to happen. If you run the first compatible check, if you get a result, do you then run the second anyway? How many results do you want returned, just the one ?
I need you to show me what is in compatible and compatible1 in case you have data, starting to search for compatible
For example, if I put 22222 it also shows me compatible1 and if I put 3333 it also shows me compatible