Commit Graph
16 Commits
Author SHA1 Message Date
Patrick MarsceillandGitHub 7804642c50 Update search.md 2019-09-09 16:32:24 -04:00
Peter Mosses 4e65041849 Revert "Add configuration option search_tokenizer_separator"
This reverts commit 50cdf076b4.
2019-08-31 16:52:41 +02:00
Peter Mosses 50cdf076b4 Add configuration option search_tokenizer_separator
The default is for hyphens to separate tokens in search terms: `gem-based` is equivalent to `gem based`.

This adds `search_tokenizer_separator` as a site configuation option, to support search for hyphenated words.
2019-08-29 15:36:13 +02:00
EricFromCanada 60c82cb518 Allow for ampersand in title or URL
Because `page.title` (and `page.url`) is already escaped and page titles served by lunrjs do not need escaping, ampersands need to be unescaped to display properly in search results.
2019-01-16 00:31:30 -05:00
EricFromCanada 9a4ea76957 Improve search content generator 2019-01-15 22:54:30 -05:00
EricFromCanada 793ea356c3 Use unless loop for comma
and mention `search_exclude`
2019-01-15 20:48:52 -05:00
EricFromCanada 71ba32e131 Additional text fixes 2019-01-15 20:48:48 -05:00
EricFromCanada ae5bcfe361 Fix grammar and capitalization 2019-01-14 14:43:29 -05:00
EricFromCanada ff49d02f83 Make spacing consistent 2019-01-14 14:43:16 -05:00
Patrick Marsceill eb0a6c328f Allow pages to be excluded from search 2018-12-16 14:47:41 -05:00
Patrick Marsceill c6ca6f61ab Update docs for search config 2018-11-16 11:47:30 -05:00
Patrick Marsceill e41c1701a5 Bump nav order for new docs 2018-11-16 11:47:14 -05:00
Joe BakerandGitHub aa9a68b1be Search documentation - snippet is missing relUrl
The code snippet on the search documentation is missing the `relUrl` parameter in each search result, and the `url` parameter is not an absolute URL.
This updates to match the formatted output of `search.rake`
2018-11-06 16:50:32 +00:00
Patrick Marsceill 4177f965df Content updates 2018-10-24 14:06:41 -04:00
Patrick Marsceill be0d00cb2a getting this on GH 2017-11-08 11:23:05 -05:00
Patrick Marsceill f7da9a9dd9 final shit for release 2017-04-08 18:51:14 -04:00