1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Commit Graph

412 Commits

Author SHA1 Message Date
GitHub Actions
5a928dc963 update search indexes 2021-12-06 18:02:09 +00:00
GitHub Actions
a547d79461 update search indexes 2021-12-06 10:17:30 +00:00
GitHub Actions
9049fd77fb update search indexes 2021-12-06 02:39:42 +00:00
GitHub Actions
9fed6823c9 update search indexes 2021-12-05 18:00:57 +00:00
GitHub Actions
bef9409d2c update search indexes 2021-12-05 09:58:09 +00:00
GitHub Actions
8795734fdf update search indexes 2021-12-05 02:23:04 +00:00
GitHub Actions
a498ab952f update search indexes 2021-12-04 18:24:09 +00:00
GitHub Actions
eca3252e45 update search indexes 2021-12-04 10:09:48 +00:00
GitHub Actions
05158d8b34 update search indexes 2021-12-04 02:36:09 +00:00
GitHub Actions
413fbfbcbd update search indexes 2021-12-03 18:19:55 +00:00
GitHub Actions
cc37aadc7e update search indexes 2021-12-03 10:11:27 +00:00
GitHub Actions
21d4d28c66 update search indexes 2021-12-03 02:20:57 +00:00
GitHub Actions
5983137918 update search indexes 2021-12-02 18:18:28 +00:00
GitHub Actions
66dc5d9c56 update search indexes 2021-12-02 10:15:23 +00:00
GitHub Actions
7a4e8ed9d1 update search indexes 2021-12-02 02:46:01 +00:00
GitHub Actions
8c9e2d6e03 update search indexes 2021-12-01 18:17:04 +00:00
GitHub Actions
289964eec0 update search indexes 2021-12-01 09:56:35 +00:00
GitHub Actions
3c6f09db23 update search indexes 2021-12-01 02:30:00 +00:00
GitHub Actions
70ba78cf18 update search indexes 2021-11-30 02:27:27 +00:00
GitHub Actions
a2fa14c8a0 update search indexes 2021-11-29 18:18:06 +00:00
GitHub Actions
8af6c01cd8 update search indexes 2021-11-29 10:19:17 +00:00
GitHub Actions
aafa858aae update search indexes 2021-11-29 02:42:50 +00:00
GitHub Actions
c8bd784baa update search indexes 2021-11-28 18:01:13 +00:00
GitHub Actions
57a9fd298d update search indexes 2021-11-28 09:59:59 +00:00
GitHub Actions
8ec11e8311 update search indexes 2021-11-28 02:17:24 +00:00
GitHub Actions
833bded932 update search indexes 2021-11-27 18:03:46 +00:00
GitHub Actions
66a162a7b9 update search indexes 2021-11-27 10:04:40 +00:00
GitHub Actions
97d5064112 update search indexes 2021-11-27 02:14:40 +00:00
GitHub Actions
5794978b85 update search indexes 2021-11-26 18:13:51 +00:00
GitHub Actions
e42d3427bd update search indexes 2021-11-26 09:59:14 +00:00
GitHub Actions
e2528fd6be update search indexes 2021-11-26 02:39:36 +00:00
GitHub Actions
7b0491fe8b update search indexes 2021-11-25 18:16:23 +00:00
GitHub Actions
0224d34ef2 update search indexes 2021-11-25 10:01:38 +00:00
GitHub Actions
efb20b6780 update search indexes 2021-11-25 02:37:43 +00:00
GitHub Actions
503eb5a081 update search indexes 2021-11-24 18:05:39 +00:00
GitHub Actions
0a3580b23b update search indexes 2021-11-24 09:55:58 +00:00
GitHub Actions
50d7a1271b update search indexes 2021-11-24 02:36:10 +00:00
GitHub Actions
16a6960a88 update search indexes 2021-11-23 18:17:30 +00:00
GitHub Actions
352720b9cb update search indexes 2021-11-23 10:09:21 +00:00
GitHub Actions
8c07a38473 update search indexes 2021-11-23 02:12:59 +00:00
GitHub Actions
ba6f13c17c update search indexes 2021-11-21 16:51:08 +00:00
Peter Bengtsson
5d080b74e0 Search with and on title first and favor that more (#22730)
* search improvements

* expose search result score on debug=1 qs (#22452)

* Search index improvements (#22428)

* concatenate headings for search ranking (#22445)

* search index improvements

* update index

* add data-search property used to create search records

* direct match title and normalize results to one per article

* the search index is getting huge

* add chinese lang, intro, and boost

* create a article level record with no heading for each article

* remove chinese language and exact match, boost breadcrumbs

* break out debug mode into separate branch

* break adding chinese out into another branch

* one record per article remove limits

* revert added spaces

* revert adding property on article page

* concatenate headings for search ranking

* remove slug property, fix test

* update record format in tests

* revert adding this property back

* scrape article-body not contents

* adding heading property to tests

* add headings to content property

* Update script/search/parse-page-sections-into-records.js

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* Update script/search/parse-page-sections-into-records.js

Co-authored-by: Peter Bengtsson <peterbe@github.com>

Co-authored-by: Peter Bengtsson <peterbe@github.com>

* search by popularity (#22496)

* search by popularity

* adjust factors based on length of query and normalize Lunr score

* Apply suggestions from code review

Co-authored-by: Rachael Sewell <rachmari@github.com>

Co-authored-by: Rachael Sewell <rachmari@github.com>

* turn html into text with appropriate spaces (#22528)

* turn HTML into text with appropriate spaces

Part of #1141

* fix unit test

* improve tests

* small refactor

* slice the search results .content (#22514)

* search by popularity

* adjust factors based on length of query and normalize Lunr score

* slice the search result .content

Part of #1142

* Update lib/search/lunr-search.js

Co-authored-by: Rachael Sewell <rachmari@github.com>

Co-authored-by: Rachael Sewell <rachmari@github.com>

* truncate translated search index records (#22475)

* truncate translated search index records

* page entire page object

* revert search indexes

* try reverting search indexes again...

* out of sync with main in parent branch so reverting last commit again

* rever deleted indexes

* remove debug lines

* correct package-lock.json

* slice content string better (#22586)

Part of #1149

* include home pages in the search (#22568)

* Search remove hyphen as token (#22584)

* slice better when not present in content (#22672)

* fix missing search breadcrumbs (#22681)

* fix missing search breadcrumbs

* hopefully fix tests

Co-authored-by: Peter Bengtsson <mail@peterbe.com>

* Highlight based on combined matchData (#22692)

* highlight based on combined matchData

* refactoring

* remove results when lang or version changes (#22697)

* search with AND on title first and favor that more

* commented out code

* Update lib/search/lunr-search.js

* only apply the wildcard to the title search if the last word is short

Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-11-16 20:22:09 +00:00
GitHub Actions
f43957f6ea update search indexes 2021-11-16 18:02:02 +00:00
GitHub Actions
c2e558957f update search indexes 2021-11-16 10:00:03 +00:00
GitHub Actions
7056a436b8 update search indexes 2021-11-16 02:13:01 +00:00
GitHub Actions
857bffa76e update search indexes 2021-11-15 18:06:24 +00:00
GitHub Actions
63599e43d6 update search indexes 2021-11-15 10:02:58 +00:00
GitHub Actions
369a7cb765 update search indexes 2021-11-15 02:25:24 +00:00
GitHub Actions
f6313dec22 update search indexes 2021-11-14 18:07:11 +00:00
GitHub Actions
57d04b032f update search indexes 2021-11-14 09:53:49 +00:00