Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document search operators better #522

Closed
shish opened this issue Oct 6, 2015 · 4 comments
Closed

Document search operators better #522

shish opened this issue Oct 6, 2015 · 4 comments

Comments

@shish
Copy link
Owner

shish commented Oct 6, 2015

Numeric Score's docs say "you can vote +1 or -1", but there is no mention of all the advanced search stuff that's implemented in:

https://github.com/shish/shimmie2/blob/master/ext/numeric_score/main.php#L201

It would be great to scan all the extensions which implement onSearchTermParse and document all the extra search operators that they supply

@lisandro52
Copy link

Contributing a bit:

With a quick search, these are the extensions that implement this function:

  • relatationships (sic)(Post Relationships)
  • tag_categories (Tag Categories)
  • rating (Image Ratings)
  • favorites
  • numeric_score (Image Scores (Numeric))
  • index (Image List)
  • notes ([Beta] Notes)
  • user (User Management)
  • comment (Image Comments)
  • artists ([Beta] Artists System)
  • pools (Pools System)

@DakuTree
Copy link
Collaborator

DakuTree commented Oct 7, 2015

The scan idea seems neat. If we could use it to auto-generate something like Danbooru's tag/search cheatsheet, it would probably be extremely useful for any user wanting to know how the tag/search system works.

sanmadjack added a commit to sanmadjack/shimmie2 that referenced this issue Aug 5, 2019
Provides foundation for help pages that are generated from loaded extensions, starting with comprehensive search documentation. Addresses shish#522
@notevenaperson
Copy link

Bump. Can I search images larger than N height? Or search by exact resolution?

@shish
Copy link
Owner Author

shish commented Apr 4, 2022

Yup, those things are documented under /help, eg https://shimmie.shishnet.org/help/search

@shish shish closed this as completed Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants