You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Automotive search, it gives unpredictable results. If you search for the 'The Daily' it will initially search and return podcasts, later searches will return episodes from the podcast. The issue is that the search is using the play from search method, which is meant to be used for using voice to start playing an episode.
Instead this method should return a list of podcasts from your collection and the server.
Description
When using Automotive search, it gives unpredictable results. If you search for the 'The Daily' it will initially search and return podcasts, later searches will return episodes from the podcast. The issue is that the search is using the play from search method, which is meant to be used for using voice to start playing an episode.
Instead this method should return a list of podcasts from your collection and the server.
This is the current search method used in Automotive. https://github.com/Automattic/pocket-casts-android/blob/main/modules/services/repositories/src/main/java/au/com/shiftyjelly/pocketcasts/repositories/playback/PlaybackService.kt#L569
For reference here is the voice search https://github.com/Automattic/pocket-casts-android/blob/main/modules/services/repositories/src/main/java/au/com/shiftyjelly/pocketcasts/repositories/playback/MediaSessionManager.kt#L666
Step-by-step reproduction instructions
Notice that only episodes from 'The Daily Stoic' are shown and no podcasts are in the results.
Screenshots or screen recording
No response
Did you search for existing bug reports?
Device, Operating system, and Pocket Casts app version
No response
The text was updated successfully, but these errors were encountered: