XF 2.3 Delete the search index before rebuilding?

Quick question. The 'Delete the index before rebuilding' option you have when rebuilding the search index, how is it affected by the 'Content type' option you can select above? For example, if I select the first content type of 'Direct messages' and then select to 'delete the index', does that ONLY delete the direct messages part of the index or the whole search index? It's not clear from the page.
 
It's technically up to the search adapter to decide if it can delete only the selected type or not, but the truth is neither the built-in MySQL nor Elasticsearch adapters support this, so if you select a type the delete option simply does nothing.
 
Back
Top Bottom