Skip to content

add meili:index:list command - #3

Merged
FrittenKeeZ merged 9 commits into
dwarfhq:mainfrom
macbookandrew:feature/index-list
Oct 30, 2022
Merged

add meili:index:list command#3
FrittenKeeZ merged 9 commits into
dwarfhq:mainfrom
macbookandrew:feature/index-list

Conversation

@macbookandrew

Copy link
Copy Markdown
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
Copy Markdown
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