solr-power icon indicating copy to clipboard operation
solr-power copied to clipboard

Clarify "Indexing Stats by Post Type"

Open danielbachhuber opened this issue 8 years ago • 3 comments

In the following UI:

image

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.

danielbachhuber avatar Jan 23 '17 18:01 danielbachhuber

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.

danielbachhuber avatar May 18 '17 16:05 danielbachhuber

this will be incorrect on multisite

Just noticed this as well, I suggest to hide this on the settings page in the network admin.

ocean90 avatar Aug 28 '17 12:08 ocean90

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.

jhned avatar Jan 17 '19 15:01 jhned