https://github.com/searchkit/searchkit

sort by:
Revision Author Date Message Commit Date
56cb95f Search on load (#818) * build: add debugger for searchkit/client * chore: update react types dep to 17 * docs: split guides and docs into seperate sections * fix js error when run locally * remove unneeded react types * fix: fix error where input was uncontrolled * feat(searchbar): if query is set, use it as default value #809 * feat: allow query to be adjusted #806 * bump to rc20 13 December 2020, 22:14:23 UTC
bdeccdf Update docusaurus.config.js (#814) fix : edit page redirecting to the 404 page of the github 12 December 2020, 19:55:23 UTC
542253a Update docusaurus.config.js (#811) Edit redirection changed to the docs 11 December 2020, 09:15:11 UTC
24fb6f4 With express app example (#807) * docs: documentation on express * bump versions on demo site 08 December 2020, 08:52:01 UTC
eaa78e8 Https performance improvements (#804) * perf(searchkitrequest): improve https performance using custom http agent * chore(update yarn): update yarn * chore: rc19 release 07 December 2020, 22:25:11 UTC
dd5187e Update base-ui-setup.md (#803) query => QUERY variable name changed in Setup Apollo Client 07 December 2020, 18:50:57 UTC
b8f8fcc Update api-setup.md (#802) searchkit schema giving the error GraphQLError: Syntax Error: Expected Name, found } due to the empty object of the type HitFields 07 December 2020, 08:53:03 UTC
3b75410 docs: add links to searchkit v2 06 December 2020, 18:43:54 UTC
c8e674e Fix: combobox applying filters (#801) * fix(combobox): issue with combobox applying filters * chore: release rc18 06 December 2020, 12:52:17 UTC
3aa1385 fix: fix apollo client cache issues (#800) * fix: fix apollo client cache issues remove usage where we are incorrectly using id for types. Facet has been refactored to change id to identifier. this will help apollo cache to work BREAKING CHANGE: For all facets, id now is identifier. Apollo client network policy is now the default cache-first strategy #797 * bump to rc17 * docs: update setup own components doc with facet identifier change * fix: allow introspection 06 December 2020, 08:08:17 UTC
beb567f fix: facet size can be configured / changed at query time (#796) fix #791 05 December 2020, 07:35:02 UTC
293cb9e update stale action settings 04 December 2020, 20:34:20 UTC
96e3d49 Bump highlight.js from 9.18.1 to 9.18.5 (#795) Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 9.18.5. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.1...9.18.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 04 December 2020, 20:16:47 UTC
729f50f Improve testing + fix total size issue when no results (#794) * test: remove polly and use nock with static mock responses #793 * fix: better compatibility support for es6 / es7 over total #792 * build(rc16 release): rc 16 * test: typo on hitsresolver test 04 December 2020, 20:13:25 UTC
28e51fe feat(#788) add custom query class (#790) * feat(#788) add custom query class * bump to rc15 03 December 2020, 20:27:52 UTC
0a3eaec add cheetsheet (#789) 02 December 2020, 21:45:48 UTC
bb61bd3 Create CODE_OF_CONDUCT.md (#787) 02 December 2020, 08:33:35 UTC
7f32920 Sorting Selector + Improvements to ComboBox (#784) * WIP for sorting * eslint * add sortBy filtering to resolvers * prettier update * WIP * update next example with sorting selector * fix eslint errors * do not fix node version * do not run lib tests * add sortBy tests on searchkit/client * exclude transpiled tests * update SortingSelector component * fix ComboBox component * fix issue with HitsResolver page on ES 6.x * update packages * update readme for searchkit/client * SortingOption defaultOption to be optional * build before testing * adding documentation for sorting * rename stage to reflect activity * update documentation * feature (#784): Sorting * update yarn lock Co-authored-by: Joseph McElroy <joe@josephs-air.lan> 01 December 2020, 20:08:58 UTC
cfb8ce2 Fixed a minor misspelling and tweaked grammar (#785) 27 November 2020, 18:38:19 UTC
55f6f6f fix: link (#783) 24 November 2020, 05:48:16 UTC
c53e8d3 qbox sponsor (#782) 23 November 2020, 19:22:03 UTC
4959a97 update site metatags 22 November 2020, 19:15:30 UTC
218a3a4 Prisma example (#781) * prisma boilerplate * Add prisma to docs 22 November 2020, 18:22:56 UTC
b0e2225 update docs (#779) 21 November 2020, 20:18:22 UTC
366861f Docs: Create react app example + Migration docs (#778) * add migration doc * update packages * remove jest-babel * add create-react-app example * update docs 20 November 2020, 21:12:17 UTC
150fb08 Initial Elastic ui unit tests (#774) * setup of jest for @searchkit/elastic-ui + some initial tests * fix tests 19 November 2020, 20:24:45 UTC
bb1eb76 (fix) setting pkg version for cd 18 November 2020, 20:34:48 UTC
734ff1a Chore: Update npm keywords (#773) * Remove console log for query * switch to using ts-jest * fix eslint errors * add searchkit/client unit tests * add documentation on customisation * update licence * update keywords * version bump to rc13 18 November 2020, 19:50:16 UTC
c816224 AWS lambda example (#771) * Remove console log for query * switch to using ts-jest * fix eslint errors * add searchkit/client unit tests * add documentation on customisation * update licence * Add chat button * Add aws lambda example 17 November 2020, 21:55:11 UTC
c621ccb Bump node-fetch from 2.6.0 to 2.6.1 (#768) Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 17 November 2020, 18:30:16 UTC
51e886d Customisation documentation (#770) * add documentation on customisation * update licence 16 November 2020, 21:15:43 UTC
73169ab Bump object-path from 0.11.4 to 0.11.5 (#769) Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.5. - [Release notes](https://github.com/mariocasciaro/object-path/releases) - [Commits](https://github.com/mariocasciaro/object-path/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 16 November 2020, 08:05:38 UTC
8fc7850 fixed formatting (#766) 16 November 2020, 07:59:57 UTC
a6ba8e2 Searchkit/ client units + RC 12 bump (#767) * Remove console log for query * switch to using ts-jest * fix eslint errors * add searchkit/client unit tests * release rc12 16 November 2020, 07:58:06 UTC
34ea0e7 run publishing packages only on merged next PRs 15 November 2020, 17:18:15 UTC
d96623b Update documentation + blog links 15 November 2020, 17:17:30 UTC
cd6ce9e add google analytics to demo site and docs 14 November 2020, 10:14:47 UTC
72a53b6 fix mobile header 14 November 2020, 08:06:49 UTC
6a4afe9 fix links + add google analytics 14 November 2020, 08:00:36 UTC
a14082a rc10 13 November 2020, 22:24:17 UTC
c9d4374 fix package doc 13 November 2020, 22:23:57 UTC
2e62e3d package readmes 13 November 2020, 22:22:45 UTC
dd64196 Better links in readme 13 November 2020, 22:22:16 UTC
c8b8b18 rc9 13 November 2020, 20:23:10 UTC
aa0af40 fix pagination issues from different api responsees between es v6 & v7 13 November 2020, 20:22:23 UTC
b7e837f fix padding issue 13 November 2020, 17:17:32 UTC
4923c3e update docs site 13 November 2020, 17:02:12 UTC
2676162 update docs site 13 November 2020, 15:37:32 UTC
dfc4ba9 example changes 11 November 2020, 21:14:06 UTC
a0bbb52 move docs and demo outside of packages 11 November 2020, 21:13:25 UTC
0a56fe4 fix apollo-resolver test suite 11 November 2020, 20:33:15 UTC
401a24f rc8 11 November 2020, 20:25:03 UTC
129b6ac update documentation 11 November 2020, 20:24:13 UTC
524ba91 update eslint 11 November 2020, 20:23:55 UTC
621e886 clean up deps for root 11 November 2020, 20:23:26 UTC
46d2ac1 update documentation on eui 10 November 2020, 21:04:02 UTC
59eb92c reduce margin 10 November 2020, 20:25:22 UTC
2205b09 bump to rc7 10 November 2020, 19:51:08 UTC
01a927c bug-fix: add & upgrade use-debounce 10 November 2020, 19:50:13 UTC
1195ba7 sort deps,devDeps and peers 10 November 2020, 13:34:41 UTC
c77781e bump to rc5 08 November 2020, 20:46:32 UTC
3b8bd32 remove runtime compile 08 November 2020, 20:45:49 UTC
5398077 demo: remove unused code 08 November 2020, 20:39:37 UTC
d261d53 searchkit demo ssr compat 08 November 2020, 20:38:51 UTC
9d08832 update withSearchkit hoc 08 November 2020, 20:38:03 UTC
6c8232c add esm & commonjs lib exports 08 November 2020, 20:37:27 UTC
69c6449 API documention improvements 08 November 2020, 20:30:35 UTC
10a2296 typo 08 November 2020, 14:58:26 UTC
95b92f2 move public access to packages 08 November 2020, 14:57:32 UTC
75f0287 add publish commands 08 November 2020, 14:49:50 UTC
4afdfc4 add registry 08 November 2020, 14:43:41 UTC
196f0cc add access public 08 November 2020, 14:26:54 UTC
6174bfd remove github npm 08 November 2020, 13:52:22 UTC
de5c4e5 update cd publish 08 November 2020, 13:39:54 UTC
fc71349 update npm details 08 November 2020, 13:29:02 UTC
4e5f68c canary version 4 08 November 2020, 13:17:25 UTC
640840b switch to npm publishing 08 November 2020, 13:12:03 UTC
dfdab36 documentation updates 08 November 2020, 13:11:43 UTC
d3b09d0 fix eslint errors 08 November 2020, 13:10:42 UTC
b8f5e3c update documentation 07 November 2020, 20:06:01 UTC
01e4265 update code 11 October 2020, 19:15:52 UTC
2d57d62 update to c3 11 October 2020, 14:57:29 UTC
c909e55 remove type 11 October 2020, 14:56:43 UTC
de89b1f run build step 11 October 2020, 14:51:49 UTC
35a6ad9 typo 11 October 2020, 14:44:49 UTC
5610fc8 bump version 11 October 2020, 14:37:46 UTC
3de6f2b update tests 11 October 2020, 14:28:33 UTC
bb090b0 publishing + test changes 11 October 2020, 14:13:21 UTC
d2a42f9 docs + package fixes 11 October 2020, 14:12:50 UTC
0a6bbff update repo name 02 October 2020, 15:22:28 UTC
77602a2 updates to secret 02 October 2020, 14:26:33 UTC
c28f2aa update version 02 October 2020, 14:07:30 UTC
1d631d1 ci 02 October 2020, 14:03:17 UTC
ffd1293 cd flow 02 October 2020, 09:46:24 UTC
92510d4 cd publishing 02 October 2020, 09:29:42 UTC
33f5524 CD + lint 02 October 2020, 09:17:11 UTC
b112829 add combo box facet 16 June 2020, 20:48:11 UTC
84181b1 refactor filter selection 15 June 2020, 20:51:00 UTC
663b92a eslint 12 June 2020, 16:40:22 UTC
82fcd5f iplement date range + Combo filters 12 June 2020, 16:39:59 UTC
back to top