View As Clips search results returns clips that do not match result #622
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#622
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not sure if this is intended: When I search for - eg. http://pad.ma/clip/rightslevel/kanyakumari I am returned all clips from all videos that match the word 'kanyakumari'. Would I rather be returned only clips that match my specific search term?
This is actually how it's intended to work.
http://0xdb.org/clip/text/paris - all movies that match paris, displayed as clips (~1,000,000)
http://0xdb.org/clip/text/subtitles=paris - all clips that match paris (~3,000)
Note that by design, it is not possible to display all clips of all movies that match subtitles=paris. Once there is an annotation query, the clip list will always be filtered to only include matches. See the long comment on top of Ox.URL for more about this.