Michael Beckwith
Michael Beckwith
https://discourse.algolia.com/t/displaying-search-by-algolia-text-in-autocomplete-1-x/16853
Eary draft PR: Waiting on: * How to properly show "Search by" text with newest Algolia. See https://discourse.algolia.com/t/displaying-search-by-algolia-text-in-autocomplete-1-x/16853 * How to best handle the search input being replaced by a...
Need to update the @version parameter in `autocomplete.php` to properly trigger messages about outdated templates
"Search by" output has been added, but it's not properly linked yet. We need to find a way to better listen to the popup for our queryselector so that it...
@coreyworrell Technically, we probably could in some way. If I'm reading your code snippet above properly, we'd be inserting our expected out-of-box div before the `` markup correct? Not quite...
Not seeing the class copying, but the rest appears to be checking out where the general idea of piecing it together all into 1 new div could be feasible.
We need to make sure to somehow account for our action hook from the original template: ``` ``` It is one being used with our WP Search with Algolia Pro...
Let's also look into adding any of the UX tracking/analytics/etc features that come with Autocomplete modern into the new template file, even if we have them commented out. Just placing...
To be certain, are you asking just which would be better? or which would actually succeed? Asking because we may not be able to necessarily say which field type is...
Not completely sure as I don't know all the details for this specific task for you. That said, I am pretty sure hidden fields are essentially text fields that just...