-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
Describe the feature you'd like
In the advanced search functionality, when searching by tag, BookStack currently does not suggest or autocomplete existing tags. Additionally, the search only returns results if the exact tag name is typed. This presents usability issues for users who may not remember the precise tag or are looking for related tags.
I propose the following improvements:
- Partial Match Support / Regex Search: Enable support for partial matches or wildcard/regex-based tag search. For example, searching for install* should return tags like installation or install-plugin.
Describe the benefits this would bring to existing BookStack users
These improvements would significantly enhance the search experience. Users no longer need to remember or guess the exact tag names. As the knowledge base grows, the feature scales well with more tags and users contributing content.
Can the goal of this request already be achieved via other means?
No.
Exact tag matches are required, and there is no workaround for partial or wildcard searches.
Have you searched for an existing open/closed issue?
- I have searched for existing issues and none cover my fundamental request
How long have you been using BookStack?
Under 3 months
Additional context
No response