-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command to remove documentation from search #13
Labels
Comments
soee
pushed a commit
to soee/t3docs-search-indexer
that referenced
this issue
Dec 18, 2023
…ven constraints This commit adds a new command `docsearch:index:delete`, which allows for the deletion of all or selected manuals from the Elasticsearch index. It accepts the following options: - --manual-slug: The slug of the manual to be removed from the index - --manual-version: The version of the manual to be removed from the index - --manual-type: The type of the manual to be removed from the index - --manual-language: The language of the manual to be removed from the index To execute the command, type: `bin/console docsearch:index:delete` To remove, for example, a specific manual version, type: `bin/console docsearch:index:delete --manual-version=12.4` Multiple options can be combined for more targeted deletions.
soee
pushed a commit
to soee/t3docs-search-indexer
that referenced
this issue
Dec 18, 2023
…ven constraints This commit adds a new command `docsearch:index:delete`, which allows for the deletion of all or selected manuals from the Elasticsearch index. It accepts the following options: - --manual-slug: The slug of the manual to be removed from the index - --manual-version: The version of the manual to be removed from the index - --manual-type: The type of the manual to be removed from the index - --manual-language: The language of the manual to be removed from the index To execute the command, type: `bin/console docsearch:index:delete` To remove, for example, a specific manual version, type: `bin/console docsearch:index:delete --manual-version=12.4` Multiple options can be combined for more targeted deletions. Resolves issue: TYPO3-Documentation#13
soee
pushed a commit
to soee/t3docs-search-indexer
that referenced
this issue
Dec 18, 2023
…ven constraints This commit adds a new command `docsearch:index:delete`, which allows for the deletion of all or selected manuals from the Elasticsearch index. It accepts the following options: - --manual-slug: The slug of the manual to be removed from the index - --manual-version: The version of the manual to be removed from the index - --manual-type: The type of the manual to be removed from the index - --manual-language: The language of the manual to be removed from the index To execute the command, type: `bin/console docsearch:index:delete` To remove, for example, a specific manual version, type: `bin/console docsearch:index:delete --manual-version=12.4` Multiple options can be combined for more targeted deletions. Resolves issue: TYPO3-Documentation#13
linawolf
added a commit
that referenced
this issue
Feb 15, 2024
…mIndex #13 Add command to remove manuals from index by given constraints
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should allow removal by path and version
The text was updated successfully, but these errors were encountered: