lib/picky/query/indexes/check.rb in picky-4.19.4 vs lib/picky/query/indexes/check.rb in picky-4.19.5

- old
+ new

@@ -2,10 +2,12 @@ module Query class Indexes + # Checks if multiple backends are used in the same search instance. # + # Using multiple backends for the same search are not yet possible. # class Check class << self \ No newline at end of file