You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in a situation where I have many posts that have discrete, specific names. On the front-end, I filter the post title to merge the current post title with parent post titles in order to provide more context. I don't want to change the post title itself in the database, because I need to keep the data as close to the original source as possible.
For that reason, I'm looking for a way to filter the post information before indexing it, so that I can include post parent title information in what gets indexed. One way of doing this would be to filter the post object result of get_post on line 228 of /includes/class-solrpower-batch-index.php.
I'll go ahead and submit a quick pull request, but look forward to other thoughts on the matter.
The text was updated successfully, but these errors were encountered:
solr-power/includes/class-solrpower-batch-index.php
Line 228 in e2f133c
I'm in a situation where I have many posts that have discrete, specific names. On the front-end, I filter the post title to merge the current post title with parent post titles in order to provide more context. I don't want to change the post title itself in the database, because I need to keep the data as close to the original source as possible.
For that reason, I'm looking for a way to filter the post information before indexing it, so that I can include post parent title information in what gets indexed. One way of doing this would be to filter the post object result of
get_post
on line 228 of /includes/class-solrpower-batch-index.php.I'll go ahead and submit a quick pull request, but look forward to other thoughts on the matter.
The text was updated successfully, but these errors were encountered: