class Qa::LDF::EmptySearchService

A search service that always returns no results.

@example

EmptySearchService.new.search('any query') # => {}

Public Instance Methods