[PR #17532] [MERGED] 14201 allow searching for ASN with prefix AS #15117

Closed
opened 2025-12-30 00:20:06 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17532
Author: @arthanson
Created: 9/18/2024
Status: Merged
Merged: 9/19/2024
Merged by: @jeremystretch

Base: developHead: 14201-asn-search


📝 Commits (1)

  • e710a2d 14201 allow searching for ASN with prefix AS

📊 Changes

2 files changed (+5 additions, -0 deletions)

View changed files

📝 netbox/ipam/models/asns.py (+4 -0)
📝 netbox/ipam/search.py (+1 -0)

📄 Description

Fixes: #14201

Search index will need to be rebuilt to search for existing ASNs, otherwise if you add or edit an ASN it will be searchable with the "AS"


🔄 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/17532 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 9/18/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `14201-asn-search` --- ### 📝 Commits (1) - [`e710a2d`](https://github.com/netbox-community/netbox/commit/e710a2dbdb849eb5f3bfc1b516886314255aa0f7) 14201 allow searching for ASN with prefix AS ### 📊 Changes **2 files changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/models/asns.py` (+4 -0) 📝 `netbox/ipam/search.py` (+1 -0) </details> ### 📄 Description ### Fixes: #14201 Search index will need to be rebuilt to search for existing ASNs, otherwise if you add or edit an ASN it will be searchable with the "AS" --- <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-30 00:20:06 +01:00
adam closed this issue 2025-12-30 00:20:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15117