[PR #3195] [MERGED] Simplify ItemSearchCard component by removing matching logic #3896

Closed
opened 2026-04-25 00:17:29 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3195
Author: @mikiher
Created: 7/25/2024
Status: Merged
Merged: 7/25/2024
Merged by: @advplyr

Base: masterHead: remove-match-logic


📝 Commits (1)

  • e40d3dd Simplify ItemSearchCard component

📊 Changes

4 files changed (+12 additions, -70 deletions)

View changed files

📝 client/components/cards/ItemSearchCard.vue (+4 -30)
📝 client/components/controls/GlobalSearch.vue (+2 -2)
📝 server/utils/queries/libraryItemsBookFilters.js (+3 -19)
📝 server/utils/queries/libraryItemsPodcastFilters.js (+3 -19)

📄 Description

This removes the mostly defunct matching logic from ItemSearchCard.vue, and also gets rid of the now unused matchKey and matchText fields in book and podcast search results.


🔄 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/advplyr/audiobookshelf/pull/3195 **Author:** [@mikiher](https://github.com/mikiher) **Created:** 7/25/2024 **Status:** ✅ Merged **Merged:** 7/25/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `remove-match-logic` --- ### 📝 Commits (1) - [`e40d3dd`](https://github.com/advplyr/audiobookshelf/commit/e40d3dd64dfd218b0320c1f0b1c6e78dc0d48a9d) Simplify ItemSearchCard component ### 📊 Changes **4 files changed** (+12 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `client/components/cards/ItemSearchCard.vue` (+4 -30) 📝 `client/components/controls/GlobalSearch.vue` (+2 -2) 📝 `server/utils/queries/libraryItemsBookFilters.js` (+3 -19) 📝 `server/utils/queries/libraryItemsPodcastFilters.js` (+3 -19) </details> ### 📄 Description This removes the mostly defunct matching logic from ItemSearchCard.vue, and also gets rid of the now unused matchKey and matchText fields in book and podcast search results. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:29 +02:00
adam closed this issue 2026-04-25 00:17:29 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3896