Skip to content
Snippets Groups Projects
Verified Commit 91249d80 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix comment cmd

parent 3ccfabc6
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,9 @@ use SrcCore\models\DatabasePDO;
use User\models\UserModel;
// SAMPLE COMMANDS :
// Launch index fulltext for specific document(for res_letterbox) : php FullTextScript.php --customId yourcustom --collId letterbox_coll --userId 10
// Launch reindex failed fulltext (for res_letterbox) : php FullTextScript.php --customId yourcustom --collId letterbox_coll --mode reindex
// (in root app)
// Launch index fulltext for specific document(for res_letterbox) : php src/app/convert/scripts/FullTextScript.php --customId yourcustom --collId letterbox_coll --userId 10
// Launch reindex failed fulltext (for res_letterbox) : php src/app/convert/scripts/FullTextScript.php --customId yourcustom --collId letterbox_coll --mode reindex
// ARGS
// --customId : instance id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment