Sha256: ab2fc6edc74b2b978b2488e302b3a23eab95acd4666b0ecf6e34dd5eb7504d99
Contents?: true
Size: 758 Bytes
Versions: 73
Compression:
Stored size: 758 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 1 and 3 days ago on created_on Then I should get 2 results Scenario: Timestamps as Datetimes Given Sphinx is running And I am searching on alphas When I filter between 1 and 3 days ago on created_at Then I should get 2 results
Version data entries
73 entries across 73 versions & 15 rubygems