ellnix
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...
~~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...
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...
- [ ] Streamline interface - [ ] remove similarly named instance and class methods where one often just calls the other - [ ] reduce method side effects -...
**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...
> 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...
- [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) -...
**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...