Sha256: 45a92114fdcc1af51271ffb2de63a37230b0c2e30498b2715cc814bf202b6ce6

Contents?: true

Size: 760 Bytes

Versions: 8

Compression:

Stored size: 760 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 by date
    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

8 entries across 8 versions & 1 rubygems

Version Path
thinking-sphinx-2.0.11 features/attribute_transformation.feature
thinking-sphinx-1.4.11 features/attribute_transformation.feature
thinking-sphinx-2.0.10 features/attribute_transformation.feature
thinking-sphinx-1.4.10 features/attribute_transformation.feature
thinking-sphinx-2.0.9 features/attribute_transformation.feature
thinking-sphinx-1.4.9 features/attribute_transformation.feature
thinking-sphinx-2.0.8 features/attribute_transformation.feature
thinking-sphinx-1.4.8 features/attribute_transformation.feature