Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add meili:index:list command #3

Merged
merged 9 commits into from
Oct 30, 2022

Conversation

macbookandrew
Copy link
Contributor

This adds a new meili:index:list command to print information about all the available indexes (indices):

$ php artisan meili:index:list
+----------+-------------------------------------------------+
| Setting  | Value                                           |
+----------+-------------------------------------------------+
| Branches | array (                                         |
|          |   'uid' => 'branches',                          |
|          |   'primaryKey' => 'id',                         |
|          |   'createdAt' => '2022-09-15T18:51:25.724448Z', |
|          |   'updatedAt' => '2022-09-15T18:51:25.852447Z', |
|          |   'numberOfDocuments' => 1,                     |
|          |   'isIndexing' => false,                        |
|          | )                                               |
| Products | array (                                         |
|          |   'uid' => 'products',                          |
|          |   'primaryKey' => NULL,                         |
|          |   'createdAt' => '2022-08-31T16:39:52.075667Z', |
|          |   'updatedAt' => '2022-08-31T17:23:53.909127Z', |
|          |   'numberOfDocuments' => 0,                     |
|          |   'isIndexing' => false,                        |
|          | )                                               |
+----------+-------------------------------------------------+

@FrittenKeeZ
Copy link
Contributor

@macbookandrew Sorry for the delay, but I've been on vacation and noticed your PRs yesterday - I'm having a look at them :)

@FrittenKeeZ FrittenKeeZ merged commit 2a3ddad into dwarfhq:main Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants