From 4bd16f053847f2efe347ebda9136ef2233ee0d2c Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 28 Apr 2009 00:15:53 +0200 Subject: added thinking_sphinx plugin for fulltext search on nodes and heads --- .../features/searching_across_models.feature | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vendor/plugins/thinking-sphinx/features/searching_across_models.feature (limited to 'vendor/plugins/thinking-sphinx/features/searching_across_models.feature') diff --git a/vendor/plugins/thinking-sphinx/features/searching_across_models.feature b/vendor/plugins/thinking-sphinx/features/searching_across_models.feature new file mode 100644 index 00000000..50f59335 --- /dev/null +++ b/vendor/plugins/thinking-sphinx/features/searching_across_models.feature @@ -0,0 +1,20 @@ +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 -- cgit v1.3