Michael Beckwith
Michael Beckwith
Note to me: We have Autocomplete config overrides in Algolia Pro that we need to keep in mind for this. Particularly this line: 'tmpl_suggestion' => 'autocomplete-post-suggestion'
@8ctopus Nothing at the moment. I'm prepping for 2.10.0 release before I go more in depth with this Autocomplete stuff and a 2.11.0 release
Not quite sure what issue you're solving here, as we're already shipping with InstantSearch 4.x. Are you referring to shipping something that isn't all tied in with an `instantsearch.php` template...
Noted on that part. While I definitely want to get things merged in, usage of Autocomplete 1.x won't be default until Algolia stops supporting 0.38.x completely.
https://www.algolia.com/doc/ui-libraries/autocomplete/api-reference/autocomplete-js/autocomplete/#param-insights
Potentially once again needs another new branch with re-applied changes.
Example URLs: https://www.dailymotion.com/video/x9kegie https://dai.ly/x9kegie Example embed: ``` ``` Public endpoint for potential image fetching: `https://api.dailymotion.com/video/ {$VIDEO_ID} ?fields=id,thumbnail_url` Example: `https://api.dailymotion.com/video/x9kegie?fields=id,thumbnail_url` Potential regex for at least url embeds over iframe source: `\/\/(www\.)?(?:dailymotion\.com(?:\/video|\/hub)|dai\.ly)\/([0-9a-z]+)(?:[\-_0-9a-zA-Z]+#video=([a-z0-9]+))?`
Similar to #83
Started in feature/78-javascript-updates
Hi Joost, I'm sort of understanding the request, but not quite. Are you wanting to see the `_builtin` content types exposed? or perhaps any that are not from WP core,...