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