Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix encoding issue with searching for macrons | Caleb | 2015-05-28 | -0/+11 |
| | | | | Correct indentation to be consistent | |||
* | Handle unhelpful stemming | Gareth Rees | 2014-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 regex | Gareth Rees | 2014-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. |