Commit Graph

  • 44ae21671c update changelog mpostma 2020-05-05 23:15:53 +02:00
  • 0ce2666d2f tests mpostma 2020-05-05 22:30:15 +02:00
  • d7f099d3ba enables faceted search mpostma 2020-05-05 22:29:35 +02:00
  • e07fe017c1 document update mpostma 2020-05-05 22:28:46 +02:00
  • 270c7b0288 facet settings mpostma 2020-05-05 22:27:06 +02:00
  • 59c67f6bc8 setting up facets mpostma 2020-05-05 22:19:34 +02:00
  • dd08cfc6a3
    Merge pull request #664 from meilisearch/add-sentry-probe Clément Renault 2020-05-07 18:16:42 +02:00
  • b89e76ccb4
    add sentry as default feature qdequele 2020-05-07 16:58:48 +02:00
  • 57e515d5e2
    update changelog qdequele 2020-05-07 16:37:22 +02:00
  • b62945961f
    add sentry probe qdequele 2020-05-07 16:34:20 +02:00
  • 61ce9486fc
    Merge pull request #662 from meilisearch/database-option-default Clément Renault 2020-05-07 17:09:13 +02:00
  • 2e55457ecc
    implement default on DatabaseOptions qdequele 2020-05-07 15:40:44 +02:00
  • fe21a43364
    Merge pull request #654 from tpayet/fix-docker-expose-port Clément Renault 2020-05-04 17:15:07 +02:00
  • dee12c9c4d Add EXPOSE port to Dockerfile Thomas Payet 2020-05-04 12:07:55 +02:00
  • bd1929695c
    Merge pull request #651 from meilisearch/add-code-of-conduct-1 Clément Renault 2020-05-01 11:47:26 +02:00
  • 7ba92da5e5
    Create CODE_OF_CONDUCT.md Erlend Sogge Heggen 2020-04-30 20:16:02 +02:00
  • 4ae2097cdc Merge branch 'update/readme-rust-ver' of https://github.com/djKooks/MeiliSearch into update/readme-rust-ver kwangin.jung 2020-04-30 21:09:38 +09:00
  • 1f2ab71bb6 Update requitites for source build kwangin.jung 2020-04-26 21:18:20 +09:00
  • f3b1261e2f
    Merge pull request #649 from hkrutzer/patch-1 Clément Renault 2020-04-30 13:58:43 +02:00
  • b47f7dd4c7
    Update the link to FAQ in README Hans Krutzer 2020-04-30 13:12:55 +02:00
  • 674476155a
    Merge pull request #647 from MarinPostma/master Clément Renault 2020-04-29 23:00:34 +02:00
  • 2e3a765dac fix database options mpostma 2020-04-29 21:26:58 +02:00
  • 294f29a09a Keep up-to-date Mathilde Boivin 2020-04-29 14:34:38 +02:00
  • 382e300326
    Merge pull request #646 from Wazner/configurable-map-size Clément Renault 2020-04-29 14:32:03 +02:00
  • dff36eaef4 Fix example not compiling Jan Emmens 2020-04-29 11:04:09 +02:00
  • bdd088830a Add DatabaseOptions arg to query_builder test Jan Emmens 2020-04-29 10:12:25 +02:00
  • 17401cfbe9 Fix compilation error in unit tests Jan Emmens 2020-04-29 09:19:11 +02:00
  • c4287cdfac Add support for configuring lmdb map size Jan Emmens 2020-04-29 00:40:06 +02:00
  • 9c0956049a Update requitites for source build kwangin.jung 2020-04-26 21:18:20 +09:00
  • 53abb07600 Remove call to map_size Jan Emmens 2020-04-28 20:07:29 +02:00
  • 899559a060
    Merge pull request #601 from meilisearch/tide-to-actix-web Clément Renault 2020-04-28 18:43:06 +02:00
  • 99866ba484
    fix test after rebase qdequele 2020-04-26 20:54:35 +02:00
  • 36c7fd0cf1
    fix requested changes Quentin de Quelen 2020-04-24 15:00:52 +02:00
  • ea308eb798
    remove timeout search query parameter Quentin de Quelen 2020-04-24 18:18:40 +02:00
  • bc8ff49de3
    update authorization middleware with actix-web-macros Quentin de Quelen 2020-04-22 17:43:51 +02:00
  • e74d2c1872
    simplify error handling by impl errors traits on ResponseError Quentin de Quelen 2020-04-17 14:52:13 +02:00
  • 4bd7e46ba6
    revert get document method Quentin de Quelen 2020-04-16 18:37:54 +02:00
  • ff3149f6fa
    remove search multi index Quentin de Quelen 2020-04-16 14:22:56 +02:00
  • 27b3b53bc5
    update tests & fix the broken code Quentin de Quelen 2020-04-16 11:09:47 +02:00
  • 5e2861ff55
    prepare architecture for tests Quentin de Quelen 2020-04-15 10:51:15 +02:00
  • 38d41252e6
    add authentication middleware Quentin de Quelen 2020-04-14 18:00:35 +02:00
  • 5fed155f15
    add middleware Quentin de Quelen 2020-04-10 19:40:43 +02:00
  • 6a1f73a304
    clippy + fmt Quentin de Quelen 2020-04-10 19:05:05 +02:00
  • 22fbff98d4
    add stop-word and synonym endpoints Quentin de Quelen 2020-04-10 18:39:52 +02:00
  • 85833e3a0a
    add setting endpoint Quentin de Quelen 2020-04-10 10:13:08 +02:00
  • b08f6737ac
    change param tuples by struct Quentin de Quelen 2020-04-09 11:11:48 +02:00
  • 5ec130e6dc
    cleanup Quentin de Quelen 2020-04-09 10:39:34 +02:00
  • 6c581fb3bd
    add index endpoint & key endpoint & stats endpoint Quentin de Quelen 2020-04-08 14:13:45 +02:00
  • 73b5c87cbb
    add search endpoint; warn unwrap Quentin de Quelen 2020-04-07 19:34:57 +02:00
  • 0aa16dd3b1
    add key endpoint Quentin de Quelen 2020-04-07 19:10:32 +02:00
  • 540308dc63
    add interface endpoint & health endpoint Quentin de Quelen 2020-04-07 18:30:38 +02:00
  • 6d6c8e8fb2
    Start change http server; finish document endpoint Quentin de Quelen 2020-04-07 17:47:35 +02:00
  • ecd9954f8b Update FAQ link Mathilde Boivin 2020-04-28 16:37:43 +02:00
  • 6cc80d2565
    Merge pull request #641 from meilisearch/bump-version v0.10.1 Clément Renault 2020-04-28 16:12:01 +02:00
  • 5265fafd7a Update the changelog for the release Clément Renault 2020-04-28 15:53:54 +02:00
  • 287226b609 Bump crates versions to v0.10.1 Clément Renault 2020-04-28 15:53:39 +02:00
  • 7119b21b46
    Merge pull request #640 from MarinPostma/fix_filter_parenthesis Clément Renault 2020-04-28 11:10:45 +02:00
  • d1f1bfe071 fix floats bug mpostma 2020-04-27 15:36:04 +02:00
  • 812465e014 fixes parenthesis mpostma 2020-04-27 11:33:10 +02:00
  • 86bab04997
    Merge pull request #635 from lironhl/bug_fix/highlight_longest_area Clément Renault 2020-04-27 19:34:34 +02:00
  • 867bd1ffd7 Tests for the new highlight algorithm lironhl 2020-04-27 20:10:40 +03:00
  • 16e075983d Highlights result with longest match lironhl 2020-04-24 14:21:22 +03:00
  • bf53b7f739 update the changelog and the readme to add sentry Quentin de Quelen 2020-04-01 18:22:17 +02:00
  • e9ad756287 Add sentry; fix #485 qdequele 2020-02-27 15:38:11 +01:00
  • 1b7a6687c8
    Update README.md (#630) karan bamal 2020-04-24 13:41:27 +05:30
  • d78b09287b
    Update README.md karan bamal 2020-04-24 02:03:34 +05:30
  • d51a11b133
    Update README.md karan bamal 2020-04-23 16:44:27 +05:30
  • 8c30ea860f update authorization middleware with actix-web-macros Quentin de Quelen 2020-04-22 17:43:51 +02:00
  • 5882724766 fix requested changes Quentin de Quelen 2020-04-20 09:41:18 +02:00
  • 8c41fb2b49
    Merge pull request #623 from lironhl/bug_fix/chrome-content-overflow Clément Renault 2020-04-22 13:47:33 +02:00
  • c1797c4e75 add overflow-wrap css property to content class lironhl 2020-04-22 11:33:18 +03:00
  • 1c094346e2
    Merge pull request #616 from MarinPostma/array-filter Clément Renault 2020-04-21 10:58:21 +02:00
  • cd3c0d750c Add support for filtering on arrays of strings mposmta 2020-04-20 16:00:35 +02:00
  • 3d2f04a7af
    Added GitHub discussions Erlend Sogge Heggen 2020-04-20 10:54:08 +02:00
  • 9d30f9ef3a simplify error handling by impl errors traits on ResponseError Quentin de Quelen 2020-04-17 14:52:13 +02:00
  • 220ce2096d revert get document method Quentin de Quelen 2020-04-16 18:37:54 +02:00
  • 1c486da695
    Merge branch 'master' into noah-filter-contains Noah Saso 2020-04-16 10:46:51 -07:00
  • d2db87ae73 changed symbol from _= to *= Noah Saso 2020-04-16 10:44:38 -07:00
  • ab54365825 remove search multi index Quentin de Quelen 2020-04-16 14:22:56 +02:00
  • 10d047a636
    Merge pull request #607 from tpayet/add-separators-tokenizer Clément Renault 2020-04-16 12:18:11 +02:00
  • aa7f01587d Merge branch 'noah-filter-contains' Noah Saso 2020-04-16 03:14:33 -07:00
  • eba9849674 Updated error message translation Noah Saso 2020-04-16 03:12:44 -07:00
  • dcfde156d2
    Merge pull request #2 from feverbase/noah-filter-contains Noah Saso 2020-04-16 02:45:30 -07:00
  • 70c9164bed Updated CHANGELOG.md Noah Saso 2020-04-16 02:44:32 -07:00
  • a70fdf6e42 Merge branch 'noah-filter-contains' Noah Saso 2020-04-16 02:33:36 -07:00
  • 8b2aa57022 escape regex input and remove use statement Noah Saso 2020-04-16 02:32:59 -07:00
  • 5fda25c366
    Merge pull request #1 from feverbase/noah-filter-contains Noah Saso 2020-04-16 02:11:03 -07:00
  • b85edbffee update tests & fix the broken code Quentin de Quelen 2020-04-16 11:09:47 +02:00
  • 4f7af78091 Added string case-insensitive contains 'field _= value' to filter language Noah Saso 2020-04-16 02:06:49 -07:00
  • 10211737c5 Add '@' char as a tokenizer separator Thomas Payet 2020-04-15 13:57:10 +02:00
  • 45e55bc054
    Merge pull request #608 from matboivin/minor-changes Clément Renault 2020-04-15 20:32:25 +02:00
  • 1892ba8973 Minor changes Mathilde Boivin 2020-04-15 16:04:50 +02:00
  • 4f9db094c8 prepare architecture for tests Quentin de Quelen 2020-04-15 10:51:15 +02:00
  • d9bb8c8565 add authentication middleware Quentin de Quelen 2020-04-14 18:00:35 +02:00
  • b7c287ffb7
    Merge pull request #604 from meilisearch/personal-token-binaries v0.10.0 Clément Renault 2020-04-10 22:51:30 +02:00
  • abaa6e8331 add middleware Quentin de Quelen 2020-04-10 19:40:43 +02:00
  • 25b91774f2 clippy + fmt Quentin de Quelen 2020-04-10 19:05:05 +02:00
  • f3b2f127d4 add stop-word and synonym endpoints Quentin de Quelen 2020-04-10 18:39:52 +02:00
  • 457b645f3c
    Use a personal access token to publish bins Clément Renault 2020-04-10 18:28:28 +02:00
  • 0185ffad89
    Merge pull request #603 from meilisearch/bump-version Clément Renault 2020-04-10 15:56:56 +02:00