rtCamp / search-with-google

A plugin for replacing WordPress default search with Google Custom Search results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include featured image in search results using cse_image:src as basis

cyberscribe opened this issue · comments

Thumbnails are returned in the JSON replies but not incorporated into search results

The current approach is creating a list of WP_Post objects with negative post ID and returning that posts list array in the filter. As these search result posts are not stored in the DB we can't attach a featured image to it.

CC: @joelabreo227 @dhawalepranav