Commit Graph

18 Commits

Author SHA1 Message Date
Silvio Giebl 868bb0e3ac
Apply suggestions from code review
Co-authored-by: Patrick Marsceill <pmarsceill@users.noreply.github.com>
2020-06-25 23:11:43 +02:00
Silvio Giebl 1cf7d5aba9 Restored search.rake 2020-06-18 22:39:58 +02:00
Silvio Giebl f5e6573e16 Removed unnecessary rake command and files
Improved search documentation
2020-03-25 00:23:17 +01:00
Patrick Marsceill b49829c784
Update search.md 2019-09-10 11:26:14 -04: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 Baker 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