lib/picky/query/indexes.rb in picky-4.16.0 vs lib/picky/query/indexes.rb in picky-4.17.0
- old
+ new
@@ -108,10 +108,10 @@
end
end
def allocation_for tokens, index
# Expand the combinations.
#
- possible_combinations = tokens.possible_combinations_in index
+ possible_combinations = tokens.possible_combinations_in index.categories
# Generate all possible combinations.
#
all_possible_combinations = expand_combinations_from possible_combinations
\ No newline at end of file