Sha256: 43320202dca6b0a0f56e791118b7e5bb858ccc963837347af1b13cb874374d1d

Contents?: true

Size: 1.14 KB

Versions: 42

Compression:

Stored size: 1.14 KB

Contents

Feature: Generate excerpts for search results
  
  Scenario: Basic Excerpts Syntax
    Given Sphinx is running
    And I am searching on comments
    And I search for "lorem punto"
    Then the content excerpt of the first result is "de un sitio mientras que mira su diseño. El <span class="match">punto</span> de usar <span class="match">Lorem</span> Ipsum es que tiene una distribución"
  
  Scenario: Integrated Excerpts Syntax
    Given Sphinx is running
    And I am searching on comments
    And I search for "lorem"
    Then calling content on the first result excerpts object should return "de un sitio mientras que mira su diseño. El punto de usar <span class="match">Lorem</span> Ipsum es que tiene una distribución"

  Scenario: Excerpt Options
    Given Sphinx is running
    And I am searching on comments
    And I search for "lorem"
    And I provide excerpt option "before_match" with value "<em>"
    And I provide excerpt option "after_match" with value "</em>"
    Then calling content on the first result excerpts object should return "de un sitio mientras que mira su diseño. El punto de usar <em>Lorem</em> Ipsum es que tiene una distribución"

Version data entries

42 entries across 42 versions & 3 rubygems

Version Path
friendlyfashion-thinking-sphinx-2.0.14.4 features/excerpts.feature
friendlyfashion-thinking-sphinx-2.0.14.3 features/excerpts.feature
thinking-sphinx-2.1.0 features/excerpts.feature
thinking-sphinx-1.5.0 features/excerpts.feature
friendlyfashion-thinking-sphinx-2.0.14.2 features/excerpts.feature
friendlyfashion-thinking-sphinx-2.0.14.1 features/excerpts.feature
thinking-sphinx-2.0.14 features/excerpts.feature
thinking-sphinx-1.4.14 features/excerpts.feature
friendlyfashion-thinking-sphinx-2.0.13.3 features/excerpts.feature
friendlyfashion-thinking-sphinx-2.0.13.2 features/excerpts.feature
friendlyfashion-thinking-sphinx-2.0.13.1 features/excerpts.feature
friendlyfashion-thinking-sphinx-2.0.13 features/excerpts.feature
thinking-sphinx-2.0.13 features/excerpts.feature
thinking-sphinx-1.4.13 features/excerpts.feature
thinking-sphinx-2.0.12 features/excerpts.feature
thinking-sphinx-1.4.12 features/excerpts.feature
thinking-sphinx-2.0.11 features/excerpts.feature
thinking-sphinx-1.4.11 features/excerpts.feature
thinking-sphinx-2.0.10 features/excerpts.feature
thinking-sphinx-1.4.10 features/excerpts.feature