Skip to content
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

Open
tmotyl opened this issue May 6, 2021 · 0 comments
Open

Command to remove documentation from search #13

tmotyl opened this issue May 6, 2021 · 0 comments
Assignees
Labels

Comments

@tmotyl
Copy link
Collaborator

tmotyl commented May 6, 2021

should allow removal by path and version

@tmotyl tmotyl added the todo label Dec 6, 2023
@soee soee self-assigned this Dec 14, 2023
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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants