We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6207a3b commit 3ff3bb4Copy full SHA for 3ff3bb4
README.md
@@ -318,10 +318,12 @@ class Book < ActiveRecord::Base
318
end
319
320
```
321
- ##### Target multiple indexes
322
- You can index a record in several indexes using the `add_index` option:
323
- ```ruby
324
- class Book < ActiveRecord::Base
+##### Target multiple indexes
+
+You can index a record in several indexes using the `add_index` option:
325
+```ruby
326
+class Book < ActiveRecord::Base
327
328
include MeiliSearch
329
@@ -342,9 +344,8 @@ end
342
344
def public?
343
345
released && !premium
346
-
347
- ```
348
+```
349
350
#### Share a single index
351
0 commit comments