Sha256: 0ef88814b0de64f6196ed213315ce71e11a4731b06e036093b484a1c7abd3d1f
Contents?: true
Size: 761 Bytes
Versions: 16
Compression:
Stored size: 761 Bytes
Contents
Feature: Handle not-quite-supported column types as attributes In order for Thinking Sphinx to be more understanding with model structures The plugin Should be able to use translatable columns as attributes Scenario: Decimals as floats Given Sphinx is running And I am searching on alphas When I filter between 1.0 and 3.0 on cost Then I should get 2 results Scenario: Dates as Datetimes Given Sphinx is running And I am searching on alphas When I filter between 2 and 4 days ago on created_on by date Then I should get 3 results Scenario: Timestamps as Datetimes Given Sphinx is running And I am searching on alphas When I filter between 2 and 4 days ago on created_at Then I should get 2 results
Version data entries
16 entries across 16 versions & 2 rubygems