Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mRrvz committed May 27, 2021
1 parent f8063da commit c659e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crud/select/filters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ local function parse(space, conditions, opts)
local index = space_indexes[condition.operand]

if index ~= nil then
fields = get_index_fieldnos(index)
fields = get_index_fieldnos(index, space_format)
fields_types = get_index_fields_types(index)
values_opts = get_values_opts(index)
else
Expand Down

0 comments on commit c659e85

Please sign in to comment.