Sha256: 85b1e50456710165ab9d0b0aae15b26a2b72e968f34cb33e82413b539bd59410

Contents?: true

Size: 672 Bytes

Versions: 48

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 4 results

Version data entries

48 entries across 48 versions & 13 rubygems

Version Path
joshcutler-thinking-sphinx-1.3.18 features/searching_across_models.feature
angelf-thinking-sphinx-1.3.18 features/searching_across_models.feature
thinking-sphinx-1.3.20 features/searching_across_models.feature
thinking-sphinx-2.0.0.rc2 features/searching_across_models.feature
thinking-sphinx-1.3.19 features/searching_across_models.feature
skalee-thinking-sphinx-1.3.14.2 features/searching_across_models.feature
skalee-thinking-sphinx-1.3.14.1 features/searching_across_models.feature
thorsson_thinking-sphinx-1.3.18 features/searching_across_models.feature
thinking-sphinx-allen-1.3.18.4 features/searching_across_models.feature
thinking-sphinx-allen-1.3.18.3 features/searching_across_models.feature
thinking-sphinx-allen-1.3.18.2 features/searching_across_models.feature
thinking-sphinx-2.0.0.rc1 features/searching_across_models.feature
thinking-sphinx-allen-1.3.18.1 features/searching_across_models.feature
thinking-sphinx-allen-1.3.18 features/searching_across_models.feature
thinking-sphinx-1.3.18 features/searching_across_models.feature
josh_cutler-thinking-sphinx-1.3.17 features/searching_across_models.feature
hawkerb-thinking-sphinx-1.3.18 features/searching_across_models.feature
thinking-sphinx-1.3.17 features/searching_across_models.feature
warp-thinking-sphinx-1.3.16 features/searching_across_models.feature
thinking-sphinx-1.3.16 features/searching_across_models.feature