Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SyntaxQuery Handling
Wildcard  (*) searchGlobal search treats all characters you enter as literals. When you enter a key word in the search field, global search automatically escapes all reserved characters and adds a wildcard character before and after the key word, except for IPv4 addresses and dates. For example, if you want to find resources that contain the string sta, just enter sta rather than sta*, *sta, or *sta*. Global search will add the wildcard character (*) and perform the search for *sta*.
IPv4 addressesWhen you enter a full or partial string of an IPv4 address, global search returns IPv4 addresses that match the entry. For example, if you enter 192.1680, global search returns all IPv4 addresses that contain the partial string of 192.1680. If you enter 192.1680.302.400, global search returns all resources that contain the IPv4 address in them. Note that global search does not add the wildcard characters to IPv4 addresses.
Date formatGlobal search supports this date format: YYYY-MM-DD. For example, you can enter 2021-01-10 and global search returns all resources that were created or updated on the date of 2021-01-10. Note that global search does not add the wildcard characters to date entries in YYYY-MM-DD format.
Regex and reserved characters

Global search treats all characters you enter as literals before adding the wildcard characters to them. For example, if you enter -status, global search looks for resources that contain -status by searching for *-status*. The reserved character - will be escaped instead of being treated as an exclusion. 

Reserved characters include the following: 

\   +       &&   ||                [      ^   ~     ?    :    /    and the whitespace character

The double quote characters ("")Global search treats all entries within the double quote characters ("") as one single string. For example, if you enter "system* 123", global search looks up resources that contain the string "system* 123" by searching *"system* 123"*.
The space or whitespace  character

Global search treats all entries between the space or whitespace characters as separate strings. For example, if you enter the following: && active \OR stat AND 192.1680.102.20 0 2021-01-10 [2020-02-20], global search returns resources that contain any of the following using the OR operation:

*&&* 

*active*

*\OR*

*stat*

*AND*

192.1680.102.200

2021-01-10

*[2020-02-20]*

Logical operationsIn this release, global search applies only the logical OR operation while handling multiple strings. If you include multiple strings or entries in your search, global search uses the OR operation to perform the search. For example, if you enter baremetal 192.1680, global search considers baremetal and 192.1680 as separate strings and returns all resources that contain baremetal, as well as resources that contain 192.1680, which can match any IPv4 addresses that contain 192.1680.

Changing Number of Results On a Page

...

  • Case-insensitive searches for IPv6 objects do not work.
  • Search will yield results in the format IPv6 is entered in the Infoblox Portal (UI or API). For example, if you create or update an IPv6 address in a normalized format (fc992001:db8:2222:3333::1) and search in the same way, the result will yield the object. The same is true for the non-normalized format (fc992001:db8:2222:3333:0:0:0:0:1).
  • IPv6 Range search will work in the same format it is created. For example, if the range is created as (2001:db8:1:1:1::1:0001 - 2001:db8:1:1:1::1:1fff), the search will yield result if you search with 2001:db8:1:1:1::1:0001 or 2001:db8:1:1:1::1:1fff. If you search with 2001:db8:1:1:1::1:1, it will not yield any result.

...