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

Version Path
sherpa99-thinking-sphinx-1.1.4 features/attribute_transformation.feature
thinking-sphinx-2.0.7 features/attribute_transformation.feature
thinking-sphinx-2.0.6 features/attribute_transformation.feature
thinking-sphinx-1.4.7 features/attribute_transformation.feature
thinking-sphinx-2.0.5 features/attribute_transformation.feature
thinking-sphinx-1.4.6 features/attribute_transformation.feature
sayso-thinking-sphinx-2.0.3.002 features/attribute_transformation.feature
sayso-thinking-sphinx-2.0.3.001 features/attribute_transformation.feature
thinking-sphinx-2.0.4 features/attribute_transformation.feature
thinking-sphinx-1.4.5 features/attribute_transformation.feature
thinking-sphinx-2.0.3 features/attribute_transformation.feature
thinking-sphinx-1.4.4 features/attribute_transformation.feature
thinking-sphinx-1.4.3 features/attribute_transformation.feature
thinking-sphinx-2.0.2 features/attribute_transformation.feature
thinking-sphinx-1.4.2 features/attribute_transformation.feature
thinking-sphinx-1.4.1 features/attribute_transformation.feature
joshcutler-thinking-sphinx-1.3.18 features/attribute_transformation.feature
thinking-sphinx-2.0.1 features/attribute_transformation.feature
thinking-sphinx-2.0.0 features/attribute_transformation.feature
thinking-sphinx-1.4.0 features/attribute_transformation.feature