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

Version Path
friendlyfashion-thinking-sphinx-2.0.14.4 features/attribute_transformation.feature
friendlyfashion-thinking-sphinx-2.0.14.3 features/attribute_transformation.feature
thinking-sphinx-2.1.0 features/attribute_transformation.feature
thinking-sphinx-1.5.0 features/attribute_transformation.feature
friendlyfashion-thinking-sphinx-2.0.14.2 features/attribute_transformation.feature
friendlyfashion-thinking-sphinx-2.0.14.1 features/attribute_transformation.feature
thinking-sphinx-2.0.14 features/attribute_transformation.feature
thinking-sphinx-1.4.14 features/attribute_transformation.feature
friendlyfashion-thinking-sphinx-2.0.13.3 features/attribute_transformation.feature
friendlyfashion-thinking-sphinx-2.0.13.2 features/attribute_transformation.feature
friendlyfashion-thinking-sphinx-2.0.13.1 features/attribute_transformation.feature
friendlyfashion-thinking-sphinx-2.0.13 features/attribute_transformation.feature
thinking-sphinx-2.0.13 features/attribute_transformation.feature
thinking-sphinx-1.4.13 features/attribute_transformation.feature
thinking-sphinx-2.0.12 features/attribute_transformation.feature
thinking-sphinx-1.4.12 features/attribute_transformation.feature