WebDevStudios / wp-search-with-algolia

Improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.
https://wordpress.org/plugins/wp-search-with-algolia/
141 stars 54 forks source link

Pass post ID as extra `algolia_get_post_images` parameter. #383

Closed tw2113 closed 6 months ago

tw2113 commented 11 months ago

As is, yeah we can filter in random image urls/dimensions, but it wouldn't be easily in relation to the post being indexed.

tw2113 commented 11 months ago

We have https://github.com/WebDevStudios/wp-search-with-algolia/pull/367/files which has a lot of inline filter docs being added, so I'm going to get this parameter passed in as part of that PR.

tw2113 commented 6 months ago

Despite last comment, I'm going to get this handled earlier than 3.0.0 which is who knows exactly when. This change is an easy one to make and doesn't need to wait.

tw2113 commented 6 months ago

Handled in release280 branch.