We do not want to show page/post that is not indexed on search result.
We manage post indexing by using Yoast SEO plugin.
When a page is configured as noindex, these meta value will appear in wp_postmeta table in the database.
‘_yoast_wpseo_meta-robots-noindex’, ‘1’
Is it possible to configure ajax search pro to query post by its meta value? Please advise.