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

Multi-tag search API #705

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alfred-stokespace
Copy link

Description

The user can AND or OR search media by more then one tag.

examples...

ANDing
http://localhost/search?t=t,g,d => This means find media that have t and g and d tags or show nothing (assuming that t,g,d are tags that exist for some media.
ORing
http://localhost/search?t=-OR,t,g,d => This means find media that have t or g or d tags (assuming that t,g,d are tags that exist for some media

Steps

If deploying via local install method

Pre-deploy

  1. git pull

Post-deploy

  1. systemctl mediacms restart

@mgogoulos
Copy link
Contributor

Thanks for the PR! I'll try to find some time to review it and test it soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants