If a track is selected in the collection view and the user opens the context menu and selects Search for this, the collection search will properly be set to title:$title. If an album, artist, or other containers are selected and the same steps are followed, search will be improperly set to $fieldname: (note the actual value is missing).
To Reproduce
Pick album, artist, or similar in collection view
Select Search for this in context menu
Observe value of search field
Expected behavior
The search should have included both the field name and the field's value.
System Information:
Operating system: Arch
Strawberry Version: 1.1.1 (1.1.1-1 from Arch's repos)
Additional context
I will try to address this if I find time, but I've been quite busy lately and might not be able to address in the immediate future.
Describe the bug The feature added in https://github.com/strawberrymusicplayer/strawberry/pull/1346 (contextual searching) was broken between the time it was added, and the time of the latest release.
If a track is selected in the collection view and the user opens the context menu and selects
Search for this
, the collection search will properly be set totitle:$title
. If an album, artist, or other containers are selected and the same steps are followed, search will be improperly set to$fieldname:
(note the actual value is missing).To Reproduce
Search for this
in context menuExpected behavior
The search should have included both the field name and the field's value.
System Information:
Additional context
I will try to address this if I find time, but I've been quite busy lately and might not be able to address in the immediate future.