Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryogrid authored Oct 30, 2024
1 parent cbbed05 commit c59cca8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,15 @@
- Example
- "girl:3 dragon"
- "girl:2 boy:3"
- "girl dragon:2 boy:-3"
- **Negative weight also can be specified!**
- **Exclude tag marking**
- **Weight specification which starts with '-' indicates that images tagged it should be excluded**
- **ex: "girl boy:-3"**
- **Images tagged 'boy' is removed from results. Weight is ignored but can't omit :)**
- **Required tag marking**
- **Weight specification which starts with '+' indicates the tag is required**
- **ex: "girl:+3 dragon"**
- **Images not tagged 'girl' is removed from results**
- **Weight value is NOT ignored at calculation of scores**
- **Search Result Exporting feature**
- You can export file paths list which is hitted at search
- Pressing 'Export' button saves the list as text file to path Web UI executed at
Expand Down

0 comments on commit c59cca8

Please sign in to comment.