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
thorsson_thinking-sphinx-2.0 features/attribute_transformation.feature
angelf-thinking-sphinx-1.3.18 features/attribute_transformation.feature
thinking-sphinx-1.3.20 features/attribute_transformation.feature
thinking-sphinx-2.0.0.rc2 features/attribute_transformation.feature
thinking-sphinx-1.3.19 features/attribute_transformation.feature
skalee-thinking-sphinx-1.3.14.2 features/attribute_transformation.feature
skalee-thinking-sphinx-1.3.14.1 features/attribute_transformation.feature
thorsson_thinking-sphinx-1.3.18 features/attribute_transformation.feature
thinking-sphinx-allen-1.3.18.4 features/attribute_transformation.feature
thinking-sphinx-allen-1.3.18.3 features/attribute_transformation.feature
thinking-sphinx-allen-1.3.18.2 features/attribute_transformation.feature
thinking-sphinx-2.0.0.rc1 features/attribute_transformation.feature
thinking-sphinx-allen-1.3.18.1 features/attribute_transformation.feature
thinking-sphinx-allen-1.3.18 features/attribute_transformation.feature
thinking-sphinx-1.3.18 features/attribute_transformation.feature
josh_cutler-thinking-sphinx-1.3.17 features/attribute_transformation.feature
hawkerb-thinking-sphinx-1.3.18 features/attribute_transformation.feature
thinking-sphinx-1.3.17 features/attribute_transformation.feature
warp-thinking-sphinx-1.3.16 features/attribute_transformation.feature
thinking-sphinx-1.3.16 features/attribute_transformation.feature