Skip to content

Commit e705b1c

Browse files
committed
🔍 feat(maniphest): Enhance task search with free-text and flexible filtering
- Add support for free-text search in task titles and descriptions - Make project/tag filtering optional and more flexible - Require at least one search filter to prevent overly broad searches - Update CLI usage, help text, and documentation - Add validation to prevent empty searches - Improve error messaging for search scenarios
1 parent 7582a0f commit e705b1c

File tree

5 files changed

+280
-119
lines changed

5 files changed

+280
-119
lines changed

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ echo "PHAB_URL: https://yourserver.com/api/" >> ~/Library/Application\ Support/p
7070
```bash
7171
phabfive passphrase K123
7272
phabfive paste list
73-
phabfive maniphest search myproject
73+
phabfive maniphest search "migration tasks" --tag myproject
74+
phabfive maniphest search --tag myproject --updated-after=7
7475
```
7576

7677
## Documentation

0 commit comments

Comments
 (0)