如何在编辑标题后保持对 Maniphest 任务的索引
How to keep indexed a Maniphest task after editing its title
创建新的 Maniphest 任务后,您可能需要将任务标题更改为具有不同关键字的新任务。但是,修改标题后,新的关键字找不到任务,只能用旧的关键字找到。
手动重新索引数据库后,可以再次找到已编辑的任务,但在发布新的重新索引之前,进一步更改标题将再次失败。
我想正常的行为是应该在任何时候通过标题搜索任务而无需重新索引数据库。我应该期待与 Maniphest 不同的行为吗?
Phabricator 版本:
phabricator cb033673b6eb3dc8330d2ddea0fd358eae3b939a(2018 年 11 月 16 日)
通常的罪魁祸首是你的 phabricator 守护进程(后台工作者)不是 运行。
来自 phabricator 目录:
# Check the status of daemons:
./bin/phd status
# (re)start the daemons:
./bin/phd restart
参见 Managing Daemons with PHD. You can also try looking at the daemon console which should be reachable at https://your.phabricator.url/daemon/,这将显示作业队列,以便您查看作业是否因某种原因失败。
创建新的 Maniphest 任务后,您可能需要将任务标题更改为具有不同关键字的新任务。但是,修改标题后,新的关键字找不到任务,只能用旧的关键字找到。
手动重新索引数据库后,可以再次找到已编辑的任务,但在发布新的重新索引之前,进一步更改标题将再次失败。
我想正常的行为是应该在任何时候通过标题搜索任务而无需重新索引数据库。我应该期待与 Maniphest 不同的行为吗?
Phabricator 版本: phabricator cb033673b6eb3dc8330d2ddea0fd358eae3b939a(2018 年 11 月 16 日)
通常的罪魁祸首是你的 phabricator 守护进程(后台工作者)不是 运行。
来自 phabricator 目录:
# Check the status of daemons:
./bin/phd status
# (re)start the daemons:
./bin/phd restart
参见 Managing Daemons with PHD. You can also try looking at the daemon console which should be reachable at https://your.phabricator.url/daemon/,这将显示作业队列,以便您查看作业是否因某种原因失败。