class Utils::Finder

def search_index

configuration.
filter and return relevant results based on the current search
a search operation, applying the configured pattern matching criteria to
This method utilizes the loaded paths from the internal storage to execute

paths.
The search_index method performs a pattern search across previously loaded
def search_index
  search_paths load_paths
end