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
thinking-sphinx-2.0.9 features/excerpts.feature
thinking-sphinx-1.4.9 features/excerpts.feature
thinking-sphinx-2.0.8 features/excerpts.feature
thinking-sphinx-1.4.8 features/excerpts.feature
thinking-sphinx-2.0.7 features/excerpts.feature
thinking-sphinx-2.0.6 features/excerpts.feature
thinking-sphinx-1.4.7 features/excerpts.feature
thinking-sphinx-2.0.5 features/excerpts.feature
thinking-sphinx-1.4.6 features/excerpts.feature
sayso-thinking-sphinx-2.0.3.002 features/excerpts.feature
sayso-thinking-sphinx-2.0.3.001 features/excerpts.feature
thinking-sphinx-2.0.4 features/excerpts.feature
thinking-sphinx-1.4.5 features/excerpts.feature
thinking-sphinx-2.0.3 features/excerpts.feature
thinking-sphinx-1.4.4 features/excerpts.feature
thinking-sphinx-1.4.3 features/excerpts.feature
thinking-sphinx-2.0.2 features/excerpts.feature
thinking-sphinx-1.4.2 features/excerpts.feature
thinking-sphinx-1.4.1 features/excerpts.feature
thinking-sphinx-2.0.1 features/excerpts.feature