[PR #4393] [CLOSED] enable search bar for non-english characters search in normal search mode. #6352

Closed
opened 2026-02-05 10:30:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/4393
Author: @charlietag
Created: 7/23/2023
Status: Closed

Base: developmentHead: enhance_normal_search_compatibility


📝 Commits (3)

  • a0edec6 enable bar non-english characters search in normal search mode. And make it configurable in .env "ENHANCE_SEARCH_BAR_COMPATIBILITY=false"
  • 231dc25 make normal search code cleanner
  • 1ae239d make code cleaner

📊 Changes

3 files changed (+15 additions, -1 deletions)

View changed files

📝 .env.example.complete (+5 -0)
📝 app/Config/app.php (+3 -0)
📝 app/Search/SearchRunner.php (+7 -1)

📄 Description

Enable search bar for non-english characters search in normal search mode.
And make it configurable in .env

ENHANCE_SEARCH_BAR_COMPATIBILITY=false

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/4393 **Author:** [@charlietag](https://github.com/charlietag) **Created:** 7/23/2023 **Status:** ❌ Closed **Base:** `development` ← **Head:** `enhance_normal_search_compatibility` --- ### 📝 Commits (3) - [`a0edec6`](https://github.com/BookStackApp/BookStack/commit/a0edec6792c5aa2048ba1fc66dee763981768103) enable bar non-english characters search in normal search mode. And make it configurable in .env "ENHANCE_SEARCH_BAR_COMPATIBILITY=false" - [`231dc25`](https://github.com/BookStackApp/BookStack/commit/231dc256b1eee9802134b477a2319d5d0fcbe600) make normal search code cleanner - [`1ae239d`](https://github.com/BookStackApp/BookStack/commit/1ae239d435878f02b471189ee9e2a802c49431e2) make code cleaner ### 📊 Changes **3 files changed** (+15 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.example.complete` (+5 -0) 📝 `app/Config/app.php` (+3 -0) 📝 `app/Search/SearchRunner.php` (+7 -1) </details> ### 📄 Description Enable search bar for non-english characters search in normal search mode. And make it configurable in .env ``` ENHANCE_SEARCH_BAR_COMPATIBILITY=false ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:30:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6352