View Issue Details

IDProjectCategoryView StatusLast Update
0018425MMW 5Playlists (Auto) / Search / Filterspublic2021-11-11 12:37
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.0 
Target Version5.0.2Fixed in Version5.0.2 
Summary0018425: Search mode options apply to contextual search but are configurable only for Global Search
DescriptionPer discussion with Ludek, the Search mode options (diacritic / match within words / match whole word) options apply to both Global and Contextual search (though for contextual search it's implemented for Album list, genre list, etc. but not for tracklist).
Currently, this option is configurable within Options > Global Search, though, implying to the user that it doesn't apply to Contextual Search even though it does.

To fix:
- Move the search mode settings to the top (outside the Contextual / Global search configs).
- Implement the options fully (i.e. for tracklists) for contextual search
TagsNo tags attached.
Fixed in build2511

Relationships

related to 0017276 closedLudek Search mode options counterintuitive 
related to 0016453 feedbackpeke Full text Search: may not return all search results 

Activities

Ludek

2021-10-17 21:00

developer   ~0065275

Fixed in 2511

barrym

2021-10-18 00:38

updater   ~0065276

"Implement the options fully (i.e. for tracklists) for contextual search"

Can I ask what this means? What has been improved here?
Does this impact upon the issue where the search syntax (fieldname:foo etc) is ignored in subnodes? .. ie. no possibility of overriding the normal sub-node behaviour where it is not an ALLTEXT search?

rusty

2021-11-01 18:48

administrator   ~0065621

Last edited: 2021-11-11 12:37

To clarify, this consists of the following changes:
1) The UI was misleading about which options applied to which searches:
a) Previously, '[ ] Search whole words only' was shown as applying only to Global search even though it applied to both Global and Contextual search (see: 0012521:0043916 )
b) Previously, 'respect diacritics / match within words' could conflict with '[ ] Search whole words only' (see: 0017276:0061315 )
2) 'Respect diacritics / Match within words' was previously not implemented when doing a contextual seach of views containing tracklists. Now it is.

Note:
- This does not yet fix the absence of 'Ignore diacritics / Match within words (faster)' (tracked at 0016453 ).
- And as far as using search operators on Tracks: that should work for views containing tracklists. ATM wouldn't work for other views for the reasons described at 0018286:0065209