loilo / Fuse

🔍 Fuzzy search for PHP, ported from Fuse.js
Apache License 2.0
331 stars 30 forks source link

Fuse in Drupal #69

Closed kaise-lafrai closed 2 years ago

kaise-lafrai commented 2 years ago

I am using this project on my local Drupal build. The Fuse array does not show a "Results" index in the array after the search is complete. Can you confirm that the results of the search should be in a "Results" index in the Fuse array?

loilo commented 2 years ago

The structure of search results depends on the options you feed into the new Fuse constructor, but I can confirm that none of the options causes them to be found in a results key.

This answers your specific question, so I'll close this issue. However, feel free to add more detailed information if you need help with anything.

loilo commented 2 years ago

You can take a look at the docs to see a typical example of a search call and its according result structure.