Prefix search not match #5633

Closed
opened 2025-12-29 19:30:20 +01:00 by adam · 2 comments
Owner

Originally created by @kangver on GitHub (Nov 9, 2021).

NetBox version

v3.0.9

Python version

3.8

Steps to Reproduce

  1. Make sure there is prefix in database i.e. 172.30.0.0/16

image

  1. Navigate to IPAM > Prefixes > Fill the prefix in the quick find box. but noting found.

image

Expected Behavior

The prefixes should be appear after fill in the quick search box

Observed Behavior

No any prefix found

Originally created by @kangver on GitHub (Nov 9, 2021). ### NetBox version v3.0.9 ### Python version 3.8 ### Steps to Reproduce 1. Make sure there is prefix in database i.e. 172.30.0.0/16 ![image](https://user-images.githubusercontent.com/56177476/140874442-33fc23b3-dc0b-406b-9bd8-89885dff4596.png) 2. Navigate to IPAM > Prefixes > Fill the prefix in the quick find box. but noting found. ![image](https://user-images.githubusercontent.com/56177476/140874835-11f179de-07be-4417-bd77-31d8dafbabba.png) ### Expected Behavior The prefixes should be appear after fill in the quick search box ### Observed Behavior No any prefix found
adam added the type: bug label 2025-12-29 19:30:20 +01:00
adam closed this issue 2025-12-29 19:30:20 +01:00
Author
Owner

@rodvand commented on GitHub (Nov 9, 2021):

This is something that seems to bring great confusion, but the Quick Find is only searching the prefixes shown on the page. So if you've set the pagination size to be 100 it only searches the 100 prefixes shown, not your total 1571 prefixes. To search all prefixes you need to go to the Filter tab and search there.

@rodvand commented on GitHub (Nov 9, 2021): This is something that seems to bring great confusion, but the Quick Find is only searching the prefixes shown on the page. So if you've set the pagination size to be 100 it only searches the 100 prefixes shown, not your total 1571 prefixes. To search all prefixes you need to go to the Filter tab and search there.
Author
Owner

@kangver commented on GitHub (Nov 9, 2021):

Ahh.. Ok it really confused, If it work like you said, so it might not classify as a bug. Thank you @rodvand

@kangver commented on GitHub (Nov 9, 2021): Ahh.. Ok it really confused, If it work like you said, so it might not classify as a bug. Thank you @rodvand
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5633