Hi,
Is there any hook to restrict search to title, when get query params contain a specific word
eg : ?s=trial&title=true
Currently search is happening across, title and content. Along with that, Can you provide some function or hook to query results based on title match.
I am able to get desired result if this function is modified : public function search_engine_client_set_query_fields(), but is there any hook to modify it, without editing plugin code.