[PR #14140] [MERGED] Closes #14035: Improve global search result ordering #14321

Closed
opened 2025-12-29 23:23:49 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14140
Author: @jeremystretch
Created: 10/30/2023
Status: Merged
Merged: 11/1/2023
Merged by: @jeremystretch

Base: featureHead: 14035-search-result-ordering


📝 Commits (1)

  • ad56723 Closes #14035: Order global search results of equivalent weight by value

📊 Changes

2 files changed (+18 additions, -1 deletions)

View changed files

netbox/extras/migrations/0099_cachedvalue_ordering.py (+17 -0)
📝 netbox/extras/models/search.py (+1 -1)

📄 Description

Fixes: #14035

Order CachedValue objects by value after object_type


🔄 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/netbox-community/netbox/pull/14140 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 11/1/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14035-search-result-ordering` --- ### 📝 Commits (1) - [`ad56723`](https://github.com/netbox-community/netbox/commit/ad56723ce7135766eb15f2066db9f6803eaa9a72) Closes #14035: Order global search results of equivalent weight by value ### 📊 Changes **2 files changed** (+18 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `netbox/extras/migrations/0099_cachedvalue_ordering.py` (+17 -0) 📝 `netbox/extras/models/search.py` (+1 -1) </details> ### 📄 Description ### Fixes: #14035 Order CachedValue objects by `value` after `object_type` --- <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 2025-12-29 23:23:49 +01:00
adam closed this issue 2025-12-29 23:23:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14321