Page 1 of 1

Content search is broken

Posted: Thu Aug 29, 2024 10:20 pm
by gauravkadyan
If you search for a file which has the character '[' then the file won't show you unless you search without '['. The character ']' works fine.
Also the search for character '[' works fine in webUI.

Thanks for the best bit torrent software.

Re: Content search is broken

Posted: Fri Aug 30, 2024 1:01 am
by Peter
Maybe it uses regex, so you have to escape?

Like : \[filename

If you right click a field, sometimes you can switch between filter modes.

Re: Content search is broken

Posted: Sun Sep 01, 2024 6:45 am
by gauravkadyan
I tried \[ .. it didn't work.

Could you elaborate 'If you right click a field' .. what field, where do I right click ?

Re: Content search is broken

Posted: Sun Sep 01, 2024 7:01 am
by gauravkadyan
Filter by changes affect search for 'torrents', the bug is in searching for 'torrent content search'.

if file name is '[abcd] efgh'
we can search for 'abcd', 'efgh', 'abcd]', '[abcd]', '[abcd] ' but not search for '[abcd', '[abcd] e'

if file name is 'xyz [abc] efg'
we can search for 'xyz [abc]', '[abc] efg' but not for 'xyz [abc] ' or ' [abc] efg'.