Add a suggestion url for the Search functionality #5335

Open
opened 2026-02-05 09:58:32 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @lilbiba400 on GitHub (Jun 27, 2025).

Describe the feature you'd like

It would be nice to have a Endpoint, that returns a JSON-List of available search results (similar to this endpoint that Ecosia has: https://ac.ecosia.org/autocomplete?type=list&q=bookstack).

Describe the benefits this would bring to existing BookStack users

Would make it very easy to search Bookstack contents from 3rd party services like Homepage.dev or from the Brower's searchbar

Can the goal of this request already be achieved via other means?

Currently it is only possible by creating an external API that queries the db for search results.

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?

3 months to 1 year

Additional context

No response

Originally created by @lilbiba400 on GitHub (Jun 27, 2025). ### Describe the feature you'd like It would be nice to have a Endpoint, that returns a JSON-List of available search results (similar to this endpoint that Ecosia has: https://ac.ecosia.org/autocomplete?type=list&q=bookstack). ### Describe the benefits this would bring to existing BookStack users Would make it very easy to search Bookstack contents from 3rd party services like [Homepage.dev](https://homepage.dev/) or from the Brower's searchbar ### Can the goal of this request already be achieved via other means? Currently it is only possible by creating an external API that queries the db for search results. ### Have you searched for an existing open/closed issue? - [x] I have searched for existing issues and none cover my fundamental request ### How long have you been using BookStack? 3 months to 1 year ### Additional context _No response_
OVERLORD added the 🔨 Feature Request label 2026-02-05 09:58:32 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Jun 27, 2025):

Hi @lilbiba400,
From this issue I'm not totally clear if you desire actual searching or just suggestions.

The BookStack REST API already has a search endpoint for searching content/entities.
Otherwise, we won't build/storage/track possible search suggestions.

or from the Brower's searchbar

It should be possible to add search to your browser for BookStack, and we added opensearch support in v24.10 to help make this easier to add. It won't have system-based suggestions though.

@ssddanbrown commented on GitHub (Jun 27, 2025): Hi @lilbiba400, From this issue I'm not totally clear if you desire actual searching or just suggestions. The BookStack REST API already has a search endpoint for searching content/entities. Otherwise, we won't build/storage/track possible search suggestions. > or from the Brower's searchbar It should be possible to add search to your browser for BookStack, and we [added opensearch support in v24.10](https://www.bookstackapp.com/blog/bookstack-release-v24-10/#browser-search-support-via-opensearch) to help make this easier to add. It won't have system-based suggestions though.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5335