Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Hi @ncti

    Yes and no.

    Yes, it’s possible overall since we utilize Algolia’s libraries for all the actual display of content in the 2 templates we ship with. We just also add in easy loading of the template files for WordPress, and also allow for easy overriding.

    No in that we don’t have query suggestions like this out of box with the plugin. We’re also still using the legacy Autocomplete version 0.38 so things need to be updated there for something like https://www.algolia.com/doc/ui-libraries/autocomplete/guides/adding-suggested-searches/ to most easily be incorporated.

    I know I helped with this for a specific client that made use of WP Search with Algolia, but it’s not something we’ve rolled out to everyone yet due to the amount of breaking changes for the upgrade. Just in case you’re curious about the efforts needed, I have a GitHub branch for the upgrade. You can see it over at https://github.com/WebDevStudios/wp-search-with-algolia/blob/232-autocomplete-upgrade/templates/autocomplete.php but it’s sans Query Suggestions as it’s meant to recreate what we ship by default, but upgraded.

    So implementing yourself for your intended website would require similar efforts.

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to show popular query’ is closed to new replies.