Commands
magnify:import
The Magnify import command imports a given model into your Search Engine. It is useful when you just configured Magnify and have existing data to import.
Usage | node ace magnify:import <modelPath> |
---|---|
Description | Import the given model into the search index |
magnify:flush
The Magnify flush command removes all the entries in your Search Engine for a specific model.
Usage | node ace magnify:flush <modelPath> |
---|---|
Description | Flush all of the model's records from the index |
magnify:sync-index-settings
The Magnify sync-index-settings synchronize your Search Engine index settings with the current state of your models.
Usage | node ace magnify:sync-index-settings |
---|---|
Description | Sync your configured index settings with your search engine (Meilisearch) |