ellnix

Results 16 issues of ellnix

> Also, if you have time you could put in your big breaking changing the main class name to `Meilisearch` instead of `MeiliSearch`. Not only here but in the ruby...

breaking-change

~~Continues after #345: Please only look at commits after "Move Post specs"~~ More changes toward resolving #332 Fixes #358

~~**Continues after #342: Please only look at commits after "Remove redundant Ebook model"**~~ More changes toward resolving #332 Please see commit messages for more information on why each test was...

skip-changelog
maintenance

This is a suggestion to add ```ruby Meilisearch.without_auto_index do # or Meilisearch::Rails.without_auto_index do end ``` Since ```ruby Color.without_auto_index do end ``` only disables indexing for the `Color` model (in this...

enhancement

- [ ] Streamline interface - [ ] remove similarly named instance and class methods where one often just calls the other - [ ] reduce method side effects -...

maintenance

**Description** Currently the starting point of any search is a Rails model, which is not conducive to things like shared indexes or multiple indexes. In the current state of this...

enhancement

> Also, if you have time you could put in your big breaking changing the main class name to `Meilisearch` instead of `MeiliSearch`. Not only here but in the ruby...

breaking-change

- [x] Keep models that are _logically independent_ separate - [x] Only create the databases that are required for specific test being run (faster iterative testing on new features) -...

maintenance

**Description** If you provide a custom primary key method and also specify attributes other than the _real primary key_ of the model in the `meilisearch` block, the documents in the...

bug