[PR #2561] [MERGED] Search owned by me #6017

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2561
Author: @benediktvolke
Created: 2/14/2021
Status: Merged
Merged: 3/15/2021
Merged by: @ssddanbrown

Base: masterHead: search-owned-by-me


📝 Commits (4)

  • 6616065 Add filter method to search runner
  • cf48945 Add test for new search tag
  • 723628c Add translation string
  • b939785 Add checkbox on search page

📊 Changes

4 files changed (+23 additions, -1 deletions)

View changed files

📝 app/Entities/Tools/SearchRunner.php (+11 -0)
📝 resources/lang/en/entities.php (+2 -1)
📝 resources/views/search/all.blade.php (+3 -0)
📝 tests/Entity/EntitySearchTest.php (+7 -0)

📄 Description

This adds the feature to search entities by owner to resolve #2529.

image


🔄 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/2561 **Author:** [@benediktvolke](https://github.com/benediktvolke) **Created:** 2/14/2021 **Status:** ✅ Merged **Merged:** 3/15/2021 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `search-owned-by-me` --- ### 📝 Commits (4) - [`6616065`](https://github.com/BookStackApp/BookStack/commit/6616065d82f84f39f65021f51fd9ac4d8bc5722b) Add filter method to search runner - [`cf48945`](https://github.com/BookStackApp/BookStack/commit/cf489453c9844df85ae3823bb0d6980fdbcbee77) Add test for new search tag - [`723628c`](https://github.com/BookStackApp/BookStack/commit/723628cfcfbf111f663a30e6b988419800467a85) Add translation string - [`b939785`](https://github.com/BookStackApp/BookStack/commit/b939785ece494e73aed4654a9edbf515e9dfba41) Add checkbox on search page ### 📊 Changes **4 files changed** (+23 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Entities/Tools/SearchRunner.php` (+11 -0) 📝 `resources/lang/en/entities.php` (+2 -1) 📝 `resources/views/search/all.blade.php` (+3 -0) 📝 `tests/Entity/EntitySearchTest.php` (+7 -0) </details> ### 📄 Description This adds the feature to search entities by owner to resolve #2529. ![image](https://user-images.githubusercontent.com/7031585/107874641-285c2800-6ebb-11eb-9f37-8e77aaf917e5.png) --- <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:22:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6017