Sha256: c4f31d571e5990377e6dff319adcdafc4e7c27bd17064e41e6b9a378c561aa48
Contents?: true
Size: 701 Bytes
Versions: 81
Compression:
Stored size: 701 Bytes
Contents
Feature: Searching via STI model relationships In order to be used easy in applications with STI relationships Thinking Sphinx Should return expected results depending on where in the hierarchy searches are called from. Scenario: Searching from a parent model Given Sphinx is running And I am searching on animals Then I should get as many results as there are animals Scenario: Searching from a child model Given Sphinx is running And I am searching on cats Then I should get as many results as there are cats Scenario: Searching across super and subclass indexes Given Sphinx is running When I search for "fantastic" Then I should get 1 result
Version data entries
81 entries across 81 versions & 13 rubygems