Replies: 1 comment 4 replies
-
autoComplete.js searches only the first level of the array using entries in the data returned from But this could be changed, of course. autoComplete.js could change the new autoComplete({
data: {
keys: [
"name",
["sites", "name"]
]
}
}) |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello everyone,
I have a little problem with an api. In fact this one returns me several different names. A name "parent" and a name "child" in this way.
But I can only find results with the parent name.
Example: I find Room 50... If I write "R". But no result if I write "Guillonboeuf".
Did I miss something, how can i find something in a json array ?
Thank you in advance for your answer !
Beta Was this translation helpful? Give feedback.
All reactions