View as Clips when searching for an entity should show the entity's name, not id #2804
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#2804
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?
Expected:
A grid of clips, labelled “Café \n 1952”
Actual:
A grid of clips, labelled “NJK \n 1952” – it shows the entity ID rather than the entity, presumably because that is the actual value of the annotation.
(https://gitlab.com/wjt/pandora.git) branch 2804-clip-entity-names
Here's the diff: https://gitlab.com/wjt/pandora/compare/master...2804-clip-entity-names
I fixed this bug and also made
findClips
a bit faster. Taken all together, typicalfindClips
calls are 15%-25% faster in my testing, and entity names show up in "View as Clips".Pushed a new version which uses
Entity.annotation_value
to escape entity names (consistent withAnnotation.json
).In 3f5be0b/pandora: