-
Notifications
You must be signed in to change notification settings - Fork 6
Invalid search result entries. #10
Copy link
Copy link
Open
Labels
Description
There are some search results which are not actually files, possibly folders. These are being wrongly parsed by libjdcpp (and this issue might actually need to be placed there)
For e.g , right now we have search results like:
"south park videos 1/1"
^ as the filename
where 1/1 is the slot count, which shouldn't be showing up here. Something is likely wrong with SearchResult parsing , since we don't have an authoritative protocol description
Reactions are currently unavailable