solr-power
solr-power copied to clipboard
Clarify "Indexing Stats by Post Type"
In the following UI:

It would be helpful to indicate the total number of items in the database, so I can see whether my content is fully indexed or partially indexed.
In thinking about this, this will be incorrect on multisite unless we query across all blog tables (which is unrealistic). We should only implement this for single site.
this will be incorrect on multisite
Just noticed this as well, I suggest to hide this on the settings page in the network admin.
I agree with this. How about adding a filter to the output here so that plugin developers can determine what data they want to display there? For instance, some may want the total post count, others might only want the total published post count. Adding a filter would also skirt around edge cases like multisite, as mentioned above, and allow for faster shipping of the feature.