[PR #741] [CLOSED] Switch to prefix search for bookmarks #764

Closed
opened 2026-02-25 23:35:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/741
Author: @rutkai
Created: 9/25/2023
Status: Closed

Base: masterHead: prefix-search


📝 Commits (1)

  • c38f8a3 Switch to prefix search for bookmarks

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 internal/database/mysql.go (+2 -2)
📝 internal/database/sqlite.go (+2 -2)

📄 Description

Fixes #722.

It is not a 100% solution as I just added prefix matching, for pre- and postfix matching LIKE keyword would be needed, but that's a volume slower than MATCH.


🔄 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/go-shiori/shiori/pull/741 **Author:** [@rutkai](https://github.com/rutkai) **Created:** 9/25/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `prefix-search` --- ### 📝 Commits (1) - [`c38f8a3`](https://github.com/go-shiori/shiori/commit/c38f8a3098e2d6190b3e61a139f879359d7e7145) Switch to prefix search for bookmarks ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `internal/database/mysql.go` (+2 -2) 📝 `internal/database/sqlite.go` (+2 -2) </details> ### 📄 Description Fixes #722. It is not a 100% solution as I just added prefix matching, for pre- and postfix matching `LIKE` keyword would be needed, but that's a volume slower than `MATCH`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#764
No description provided.