Sha256: c655f6cd64a96200f937a0c115fb1ec5ff47d1f85862f322ff664a69a7b94398

Contents?: true

Size: 672 Bytes

Versions: 5

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 3
  
  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 6 results

Version data entries

5 entries across 5 versions & 4 rubygems

Version Path
thinking-sphinx-099-1.2.13 features/searching_across_models.feature
thinking-sphinx-1.2.13 features/searching_across_models.feature
moneypools-thinking-sphinx-1.2.13 features/searching_across_models.feature
moneypools-thinking-sphinx-1.2.12 features/searching_across_models.feature
warp-thinking-sphinx-1.2.12 features/searching_across_models.feature