Michael Beckwith
Michael Beckwith
Are you referring to Autocomplete suggestion hits, or Instantsearch results hits? Depending on which part of the template you're wanting, there's potentially many sources you'll want to edit and override....
For that level of customization, since it's actually parent DOM elements of the hit templates that our plugin here provides, I think you'd need to go the UI customization route...
I believe a spot like in here would suffice, but I haven't tried this level of customization out so far https://github.com/WebDevStudios/wp-search-with-algolia/blob/main/templates/instantsearch.php#L103-L105 See for example in this documentation link where it's...
I don't believe so in terms of any sort of custom tweaking with WP Search With Algolia as a plugin. Our WordPress plugin primarily wires up everything to make it...
Honestly not sure at this point, as I haven't tried anything like this thus far with my experiences with custom work and Algolia implementation. Admittedly I'm no stranger to reading...
I mean, you could technically do what you want and whatnot but with the Autocomplete and InstantSearch JS libraries still being external and something we pull in, we wouldn't be...
Also forgot to say if you wanna try out the dev version, go for it, but i can't guarantee that'll solve this.
I believe the wiki page at https://github.com/WebDevStudios/wp-search-with-algolia/wiki/Index-Settings would be the examples needed here, towards the bottom. Those examples would be the hooks wanted to set custom settings for, when indexing,...
The hooks **should** work fine, more a question of what code/endpoints etc would be getting used in the callbacks, but I'm not going to claim that definitely at the exact...
Upon some digging in and further review, I am agreeing that the hooks are in the wrong place in terms of custom rules. The rules are a separate section outside...