Use the (currently undocumented) system_name, group_name, and search_name API filtering parameters to speed up system, group, and saved search lookups (particularly for large accounts). The API filtering operates as a case-insensitive substring match, so the find_items_by_name logic is still needed.
Use the (currently undocumented)
system_name
,group_name
, andsearch_name
API filtering parameters to speed up system, group, and saved search lookups (particularly for large accounts). The API filtering operates as a case-insensitive substring match, so the find_items_by_name logic is still needed.No semantic changes, just a speed improvement.