meilisearch/http-ui
mpostma 3b60432687
Use update_id in UpdateBuilder
Add `the update_id` to the to the updates. The rationale is the
following:
- It allows for better tracability of the update events, thus improved
  debugging and logging.
- The enigne is now aware of what he's already processed, and can return
  it if asked. It may not make sense now, but in the future, the update
  store may not work the same way, and this information about the state
  of the engine will be desirable (distributed environement).
2021-02-01 19:46:34 +01:00
..
public Simplify the front page 2021-01-26 14:14:38 +01:00
src Use update_id in UpdateBuilder 2021-02-01 19:46:34 +01:00
templates Simplify the front page 2021-01-26 14:14:38 +01:00
Cargo.lock Rename the Index facets method into facets_distribution 2021-01-27 14:15:33 +01:00
Cargo.toml Introduce a new facet filters query field 2021-01-26 14:09:08 +01:00