Skip to content

Commit

Permalink
remove search_fields for now as it is EE-only
Browse files Browse the repository at this point in the history
  • Loading branch information
catbro666 authored and ms2008 committed Oct 25, 2023
1 parent 6117dc1 commit 22c27b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kong/runloop/certificate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,6 @@ local function gen_iterator(entity, plugin_name)
workspace = null,
}

if plugin_name then
options.search_fields = {
name = plugin_name,
}
end

local iter = kong.db[entity]:each(1000, options)

local function iterator()
Expand Down

0 comments on commit 22c27b5

Please sign in to comment.