Sha256: 774bd27ec8e862963bcbbca2267dab5319c854a6b24a252f00840f6582b592f9

Contents?: true

Size: 528 Bytes

Versions: 42

Compression:

Stored size: 528 Bytes

Contents

Feature: Field Sorting
  In order to sort by strings
  As a developer
  I want to enable sorting by existing fields
  
  Background:
    Given Sphinx is running
    And I am searching on people
    
  Scenario: Searching with ordering on a sortable field
    When I order by first_name
    Then I should get 20 results
    And the first_name of each result should indicate order
  
  Scenario: Sort on a case insensitive sortable field
    When I order by last_name
    Then the first result's "last_name" should be "abbott"
  

Version data entries

42 entries across 42 versions & 3 rubygems

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