Sha256: bd5ea302a1fa876c97dda070de1086499d4154c990e9dfad9c45ad9071f27847

Contents?: true

Size: 672 Bytes

Versions: 43

Compression:

Stored size: 672 Bytes

Contents

Feature: Searching across multiple model
  In order to use Thinking Sphinx's core functionality
  A developer
  Should be able to search on multiple models
  
  Scenario: Retrieving total result count
    Given Sphinx is running
    When I search for James
    And I am retrieving the result count
    Then I should get a value of 6
  
  Scenario: Confirming existance of a document id in a given index
    Given Sphinx is running
    When I search for the document id of alpha one in the alpha_core index
    Then it should exist
  
  Scenario: Retrieving results from multiple models
    Given Sphinx is running
    When I search for ten
    Then I should get 4 results

Version data entries

43 entries across 43 versions & 4 rubygems

Version Path
thinking-sphinx-2.0.9 features/searching_across_models.feature
thinking-sphinx-1.4.9 features/searching_across_models.feature
thinking-sphinx-2.0.8 features/searching_across_models.feature
thinking-sphinx-1.4.8 features/searching_across_models.feature
thinking-sphinx-2.0.7 features/searching_across_models.feature
thinking-sphinx-2.0.6 features/searching_across_models.feature
thinking-sphinx-1.4.7 features/searching_across_models.feature
thinking-sphinx-2.0.5 features/searching_across_models.feature
thinking-sphinx-1.4.6 features/searching_across_models.feature
sayso-thinking-sphinx-2.0.3.002 features/searching_across_models.feature
sayso-thinking-sphinx-2.0.3.001 features/searching_across_models.feature
thinking-sphinx-2.0.4 features/searching_across_models.feature
thinking-sphinx-1.4.5 features/searching_across_models.feature
thinking-sphinx-2.0.3 features/searching_across_models.feature
thinking-sphinx-1.4.4 features/searching_across_models.feature
thinking-sphinx-1.4.3 features/searching_across_models.feature
thinking-sphinx-2.0.2 features/searching_across_models.feature
thinking-sphinx-1.4.2 features/searching_across_models.feature
thinking-sphinx-1.4.1 features/searching_across_models.feature
thinking-sphinx-2.0.1 features/searching_across_models.feature