Commit Graph

61 Commits

Author SHA1 Message Date
squidfunk
1bee037713 Merge of features tied to 'Piri Piri' funding goal' 2023-07-05 17:39:33 +02:00
Hendrik
bb0d6950ac also exclude lookbehinds from hightlighter seperator, to better support custom seperators for camelCasing + PascalCasing 2023-06-28 21:53:13 +02:00
squidfunk
a6436bd483 Fixed search when query contains colon after non-field 2023-01-28 14:01:02 +01:00
squidfunk
3b921f76a3 Updated copyright year 2023-01-02 11:08:58 +01:00
squidfunk
b64d0a6993 Slight refactoring of tokenizer 2022-12-18 20:51:39 +01:00
squidfunk
24a3be8f04 Fixed highlighting of tags 2022-12-11 15:55:12 +01:00
squidfunk
d7c6703020 Refactored search integration structure 2022-12-07 20:56:16 +01:00
squidfunk
13680a5863 Fixed title and tags being empty for some search queries 2022-12-07 20:41:44 +01:00
squidfunk
b550b1a532 Merged features tied to Carolina Reaper funding goal 2022-12-07 11:11:02 +01:00
squidfunk
e3ce3dbc25 Fixed search stuck in initializing when tags are used 2022-06-22 07:50:43 +02:00
squidfunk
cfe83ccbba Fixed search indexing of multi-word tags 2022-06-08 20:06:51 +02:00
squidfunk
e2556d84d6 Merge of features tied to 'Trinidad Scorpion' funding goal 2022-06-02 17:20:33 +02:00
squidfunk
b5e71dfcb1 Merge of Insiders features tied to 'Aji Panca' funding goal 2022-02-17 17:20:36 +01:00
squidfunk
9655c3a924 Updated dependencies and bumped copyright year 2022-01-10 09:59:00 +01:00
squidfunk
638d01905f Fixed search and details for Safari 10+ 2022-01-06 21:33:38 +01:00
squidfunk
539ddad271 Fixed filtered stopwords appearing as missing terms 2021-12-13 17:04:34 +01:00
squidfunk
76035dee40 Switched to new RxJS API 2021-11-13 12:05:24 +01:00
squidfunk
a0ea9632da Removed deprecated prebuilt index support 2021-11-13 09:09:25 +01:00
squidfunk
03ff04b339 Fixed content tabs stealing keyboard access to search 2021-10-10 23:13:40 +02:00
squidfunk
8779d78a13 Fixed race condition ehen displaying search result metadata 2021-10-06 14:57:27 +02:00
squidfunk
377b4d648f Merge of Insiders features tied to 'Caribbean Red' funding goal 2021-09-23 08:53:51 +02:00
squidfunk
829820a239 Fixed invalid escaping of HTML in search results 2021-08-24 18:33:42 +02:00
squidfunk
f869d275b4 Fixed instant loading (MkDocs 1.2.2 regression) 2021-08-09 21:47:49 +02:00
squidfunk
6744eb6070 Fixed missing escaping of HTML in search highlighting 2021-07-28 21:57:09 +02:00
squidfunk
d68fe9102a Merge of Insiders features tied to 'Biquinho Vermelho' funding goal 2021-07-21 17:08:10 +02:00
squidfunk
122126cbde Updated dependencies 2021-06-25 11:34:51 +02:00
squidfunk
d6317dc514 Formatting + moved search index fetching to top level 2021-02-24 18:02:09 +01:00
squidfunk
4957bb467d Fixed visibility of exports 2021-02-21 11:59:38 +01:00
squidfunk
88fed997f5 Prototyped non-Webpack build 2021-02-18 22:18:45 +01:00
squidfunk
08e8525689 Updated copyright year 2021-02-14 16:54:27 +01:00
squidfunk
884330da3b Centralized fetch methods 2021-02-11 19:41:34 +01:00
squidfunk
208c9ac3fd Migrated to ESLint 2021-02-07 17:43:13 +01:00
squidfunk
4744d5f3f0 Refactored search initialization 2021-02-07 17:18:10 +01:00
squidfunk
ae867d484b Squashed commit of the following:
commit 9b5b80380fc81f5a68828e22754f0e7d53b0dea0
Author: squidfunk <martin.donath@squidfunk.com>
Date:   Sun Feb 7 16:25:06 2021 +0100

    Refactored more stuff

commit 5a2108254f1222db7de08690e13c24e972ea19c0
Author: squidfunk <martin.donath@squidfunk.com>
Date:   Sun Feb 7 13:48:16 2021 +0100

    Refactored more stuff

commit b3a112f4bddefebcf9dbd1d0ffe240d86fc9aa08
Author: squidfunk <martin.donath@squidfunk.com>
Date:   Sun Feb 7 12:02:42 2021 +0100

    Refactored more stuff

commit bff323b6b81571021c0ac9be6f637de7728447a5
Author: squidfunk <martin.donath@squidfunk.com>
Date:   Sat Feb 6 18:14:52 2021 +0100

    Refactored search result list

commit 27b7e7e2da3b725797ad769e4411260ffd35b9f8
Author: squidfunk <martin.donath@squidfunk.com>
Date:   Sat Feb 6 17:12:36 2021 +0100

    Refactored more components

commit 3747e5ba6d084ed513a2659f48f161449b760076
Author: squidfunk <martin.donath@squidfunk.com>
Date:   Sun Jan 24 18:56:26 2021 +0100

    Implemented new architecture for several components

commit ea2851ab0f27113b080c2539a94a88dc0332be84
Author: squidfunk <martin.donath@squidfunk.com>
Date:   Sun Jan 24 14:53:42 2021 +0100

    Removed unnecessary height declaration for sidebars

commit 3c3f83ab4ef392dbabf1a11afba2556e529b1674
Merge: 91d239d8 13024179
Author: squidfunk <martin.donath@squidfunk.com>
Date:   Sun Jan 24 13:04:49 2021 +0100

    Merge branch 'master' into refactor/observable-architecture

commit 91d239d86649b9571b376011669bc73a7865b186
Author: squidfunk <martin.donath@squidfunk.com>
Date:   Sat Jan 9 13:11:04 2021 +0100

    Started refactoring observable architecture
2021-02-07 16:28:16 +01:00
squidfunk
c7ddada630 Fixed linter errors 2020-09-27 22:50:00 +02:00
squidfunk
ab513f036e Replaced operators: ajax -> fetch, pluck -> map 2020-09-27 22:19:38 +02:00
squidfunk
723d040609 Fixed tabbing behavior when search query is not empty 2020-09-27 19:28:15 +02:00
squidfunk
9fe00ec0af Added stemmer support for file:// protocol through iframe-worker 2020-09-27 19:09:09 +02:00
squidfunk
8f61fd3b56 Funding goal reached: merged back new search UI/UX from Insiders 2020-09-27 09:40:05 +02:00
squidfunk
e9795f382d Removed unnecessary share replays 2020-08-22 18:36:37 +02:00
squidfunk
1341200829 Fixed search for languages other than English (5.5.1 regression) 2020-08-04 12:47:07 +02:00
squidfunk
cb974e5bd4 Switched expose-loader with ProvidePlugin 2020-07-27 09:57:24 +02:00
squidfunk
fed4146fa0 Added site search guide 2020-07-20 15:18:09 +02:00
squidfunk
3a94b968fc Merge branch 'master' into feature/search-with-quotes 2020-06-29 11:02:23 +02:00
squidfunk
759f2b9e36 Fixed consecutive searches with quotes 2020-06-29 10:57:56 +02:00
squidfunk
83bba6bee4 Implemented support for AND search with quotation marks 2020-06-28 12:05:15 +02:00
michael-nok
343170f364 Fixed search highlighting for numbers (#1776)
Additional fix for #1773 to include highlighting integers.
2020-06-26 07:32:43 +02:00
squidfunk
a3c03aefb9 Fixed search transform removing numbers from query 2020-06-23 08:45:49 +02:00
squidfunk
e6e7536356 Improved search experience in many languages 2020-06-21 13:22:48 +02:00
squidfunk
feda4ff29a Fixed custom search separator not being set 2020-06-13 11:35:19 +02:00