Hello, is there any way to get only the IDs of the posts in a query? I need only list the IDs resulting from the main search so that I can execute a new custom query. Relevance has a function that does this.
global $ relevanssi_post_types;
$init_ids = $ relevanssi_post_types;
Is it possible to do something similar in wpsolr? Thank you