Page MenuHomePhabricator

Provide a way to remove things from the search index
Closed, WontfixPublic

Description

Although it doesn't matter often, there's currently no way to remove things from the search index. Maybe we should provide a ./bin/search remove method that takes a --type argument.

Event Timeline

joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence updated the task description. (Show Details)
joshuaspence added a project: Search.
joshuaspence added a subscriber: joshuaspence.
epriestley claimed this task.
epriestley added a subscriber: epriestley.

You can destroy the whole index, then reindex everything.

(I don't know when this does matter.)

D13111 probably mostly resolves this by removing indexes on bin/remove destroy.

Most/all non-fulltext indexes are now removed at HEAD.