Displaying 3 results from an estimated 3 matches for "crlt".
Did you mean:
crit
2008 Mar 17
1
Shouldn''t should return true?
''cause it doesn''t...
This is an issue for nested custom matchers, ie:
module CRFT
class RFT
def initialize(args)
blah
end
def matches?(target)
"Yeah, baby!"
end
end
def r_f_t(args)
RFT.new(args)
end
end
module CRLT
class RLT
include CRFT
def initialize(args)
blag
end
def matches?(target)
target.should r_f_t(''foo'', ''bar'', ''baz'') #Whoops! Matcher FAILS
end
end
def r_l_t(args)
RLT.new(args)
end
end
--
View this...
2020 Oct 19
2
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
On 10/19/20 9:38 AM, Peter wrote:
> A network trace will show you, it TB actually requests something for your header search. Might be quicker
that was my earlier quick-check ...
abs nada from
tcpdump -i lo port 8984
on the server, when doing any -- header, body -- TBird search to the server
> I would be surprised if that had been fixed in the meantime.
heh, sure.
the 20 yr old
2020 Oct 19
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
...gt; your header search. Might be quicker
>
> that was my earlier quick-check ...
>
> abs nada from > ?? tcpdump -i lo port 8984
>
> on the server,? when doing any -- header, body -- TBird search to the
> server
PGNet,
you should trace the IMAP stream. With TB perform (crlt-shift-F) a
server-side-search (checkbox in the dialog) - even if encrypted, the
number of packets alon shows if there is any traffic. A server side
search should also take considerably longer, esp. when subfolders are in
the mix.
Here (quite current TB) headers will be searched only locally, b...