aboutsummaryrefslogtreecommitdiffstats
path: root/spec/integration/xapian_search_highlighting_spec.rb
Commit message (Collapse)AuthorAgeLines
* Fix encoding issue with searching for macronsCaleb2015-05-28-0/+11
| | | | Correct indentation to be consistent
* Handle unhelpful stemmingGareth Rees2014-06-25-0/+10
| | | | | | | Stemming returns 'bore' as the word to highlight which can't be matched in the original phrase. Also removes duplicates from the results
* Add helper to highlight and excerpt by regexGareth Rees2014-06-25-0/+29
Backport of https://github.com/rails/rails/pull/11793/ Contains integration tests to check that it works as expected with ActsAsXapian.