[PR #15421] [MERGED] Closes #15413: Enable caching of object attributes in search index #14590

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15421
Author: @jeremystretch
Created: 3/13/2024
Status: Merged
Merged: 3/15/2024
Merged by: @jeremystretch

Base: featureHead: 15413-search-cache-attrs


📝 Commits (1)

  • 7357f95 Closes #15413: Enable caching of object attributes in search index

📊 Changes

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

View changed files

📝 netbox/netbox/search/__init__.py (+26 -1)
📝 netbox/netbox/tables/tables.py (+5 -3)

📄 Description

Closes: #15413

  • Extends SearchIndex to support caching object attribute values in addition to concrete model fields

🔄 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/15421 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 3/13/2024 **Status:** ✅ Merged **Merged:** 3/15/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15413-search-cache-attrs` --- ### 📝 Commits (1) - [`7357f95`](https://github.com/netbox-community/netbox/commit/7357f953eba60b1ebd54ef498c0dc390f2389cc9) Closes #15413: Enable caching of object attributes in search index ### 📊 Changes **2 files changed** (+31 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/search/__init__.py` (+26 -1) 📝 `netbox/netbox/tables/tables.py` (+5 -3) </details> ### 📄 Description ### Closes: #15413 - Extends `SearchIndex` to support caching object attribute values in addition to concrete model fields --- <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:25:22 +01:00
adam closed this issue 2025-12-29 23:25:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14590