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

[TASK] Allow searching only inside single manual scope #75

Merged

Conversation

soee
Copy link
Collaborator

@soee soee commented Mar 22, 2024

This commit follows up on the changes made in the Rendering Guides repository, where a new option for searching within a single manual scope was introduced.

These changes implement the same functionality for the search results page:

  • The search form has been updated to display a list of search scopes (All | Current).
  • The selected scope is now passed as a filter to the Elasticsearch query to match against manual_slug.
  • If a scope is selected, facets are hidden on the search results page.
  • Styles have been updated to the latest version.
  • Several improvements have been made to the templates.

Resolves #47

This commit follows up on the changes made in the Rendering Guides repository,
where a new option for searching within a single manual scope was introduced.

These changes implement the same functionality for the search results page:

- The search form has been updated to display a list of search scopes (All | Current).
- The selected scope is now passed as a filter to the Elasticsearch query to match against manual_slug.
- If a scope is selected, facets are hidden on the search results page.
- Styles have been updated to the latest version.
- Several improvements have been made to the templates.
@linawolf linawolf merged commit 0bb109b into TYPO3-Documentation:main Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add automatic filter to search results with documentation you have currently open
2 participants