394 Commits

Author SHA1 Message Date
Kishore Nallan
e558257b5f Remove dependency on miniutf. 2018-04-02 19:08:36 +05:30
Kishore Nallan
7101875d26 Ensure that G3log is linked to statically. 2018-04-02 18:10:57 +05:30
Kishore Nallan
ddcb89843f Experimenting with ICU linking options. 2018-04-02 18:10:09 +05:30
Kishore Nallan
55ac4feb08 Normalize unicode characters using ICU. 2018-04-02 11:26:32 +05:30
Jason Bosco
362e83a160 Updated CircleCI badge style 2018-04-01 00:49:21 -07:00
Jason Bosco
81d7ce9dbf Added CircleCI badge 2018-04-01 00:32:15 -07:00
Jason Bosco
325fa95da3 Merge pull request #18 from wreally/circle-ci
Setup tests to run on CircleCI [WIP]
2018-04-01 00:11:34 -07:00
Jason Bosco
29da6295d9 Fix cache path 2018-03-31 17:28:26 -07:00
Jason Bosco
ff0218a24e Fix artifact path 2018-03-31 17:22:47 -07:00
Jason Bosco
aa59cac7c2 Add latest version of git 2018-03-31 17:22:47 -07:00
Jason Bosco
c77edc0c22 Add git-core, consolidate apt-get, switch from using curl to ADD 2018-03-31 17:22:47 -07:00
Jason Bosco
5ad4007194 Added instructions to push 2018-03-31 17:22:46 -07:00
Jason Bosco
032198a117 Store artificats 2018-03-31 17:22:46 -07:00
Jason Bosco
3cded7207a Cleaned up dockerfile, consolidated apt-get and switched from curl to ADD 2018-03-31 17:22:46 -07:00
Jason Bosco
5f8420fbf7 CircleCI WIP 2018-03-31 17:22:46 -07:00
Jason Bosco
43eab9b969 Fixed typo in image name 2018-03-31 17:22:45 -07:00
Kishore Nallan
4d22698cc5 Minor logging changes. 2018-03-30 16:26:35 +05:30
Kishore Nallan
8fde23ef19 More README tweaks. 2018-03-29 08:28:35 +05:30
Kishore Nallan
6cdbb29d4a Fix num_documents & facet fields not returned when creating a new collection. 2018-03-29 08:08:22 +05:30
Kishore Nallan
6ab5514af0 Fix broken links in README. 2018-03-29 08:01:34 +05:30
Kishore Nallan
0043f4bdb0 Merge pull request #12 from wreally/0.8-api-changes
0.8 API changes
2018-03-29 07:54:08 +05:30
Kishore Nallan
5fd79f8b01 Update REAMDE with latest Python client changes. 2018-03-28 22:20:32 +05:30
Kishore Nallan
940f7550be Fix syntax error. 2018-03-28 22:14:15 +05:30
Kishore Nallan
80057b9071 Rely only on HTTP header for authentication. 2018-03-28 19:45:04 +05:30
Kishore Nallan
97904b0cfa Use lowercase for CORS related headers. 2018-03-28 19:21:31 +05:30
Kishore Nallan
f17d1e0cf2 Fixed a HTTP/2 + OpenSSL + gzip issue.
Gzipped content was not being served properly under HTTP/2+SSL.
2018-03-25 17:47:21 +05:30
Kishore Nallan
8bbfef8d44 Clear stray timeout. 2018-03-24 21:24:01 +05:30
Kishore Nallan
80e6a7f747 Enable SSL_OP_SINGLE_ECDH_USE 2018-03-24 17:52:04 +05:30
Kishore Nallan
231c7b6b61 Use SSL_CTX_use_certificate_chain_file.
SSL_CTX_use_certificate_file function lacks the ability to load the certificate chain (if any).
2018-03-24 15:44:27 +05:30
Kishore Nallan
c39fd39f2d Minor refactor. 2018-03-24 15:43:43 +05:30
Kishore Nallan
928b5602de Handle SIGTERM and gracefully shut-down. 2018-03-07 15:11:58 +05:30
Kishore Nallan
0f9c97eaf3 Use LOG(ERR) where appropriate. 2018-03-07 09:35:09 +05:30
Kishore Nallan
5a96e98054 Flush console logging since buffering makes it seem like it does not work. 2018-03-07 09:34:14 +05:30
Kishore Nallan
3405febc28 Fix build scripts - binary name should be generic. 2018-03-06 20:06:23 +05:30
Kishore Nallan
06e91c3df3 Minor tweaks to the build scripts. 2018-03-04 08:36:12 +05:30
Kishore Nallan
af8324d52a Fix search target compile error. 2018-03-03 07:57:28 +05:30
Kishore Nallan
e00f7a5cec Don't expose the match distance computation outside. 2018-02-25 21:34:10 +05:30
Kishore Nallan
b955d7cc65 Always use default_sorting_field when rank_tokens_by is not defined during query time. 2018-02-25 21:13:29 +05:30
Kishore Nallan
22e3d36cc0 Fixed a bug where the distance between matched query tokens could exceed previously assumed limit. 2018-02-25 21:12:54 +05:30
Kishore Nallan
e43a101c50 If no sort_by fields are provided, sort descending on default_sorting_field. 2018-02-24 12:53:52 +05:30
Kishore Nallan
ca2c084d86 Rename token_ranking_field to default_sorting_field and make it mandatory. 2018-02-24 12:18:48 +05:30
Kishore Nallan
92335438b3 Log Bad JSON error. 2018-02-23 08:28:38 +05:30
Kishore Nallan
70d95475d9 Made a few comments better. 2018-02-10 14:43:37 -08:00
Kishore Nallan
dc9ff3033b Fix failing test. 2018-02-08 16:57:32 -08:00
Kishore Nallan
d8f3b8da9e Option to build binary tars for releases from the build script. 2018-02-04 13:48:55 -05:00
Kishore Nallan
e432ced6cf Add a menu at the top of README for easy navigation. 2018-02-04 08:01:05 -05:00
Kishore Nallan
25f337969d Add a demo gif of interactive instant search. 2018-02-04 07:41:41 -05:00
Kishore Nallan
b0b289b435 Pass Typesense version from command line instead of using a brittle header file. 2018-02-04 07:40:28 -05:00
Kishore Nallan
43c8fec258 More tweaks to README. 2018-02-03 22:32:26 -05:00
Kishore Nallan
fd40a02e8f Update README with examples from Python client since it's easier on the eyes. 2018-02-03 22:24:11 -05:00