On 1/4/21 4:47 AM, Yu Jin wrote:
> Am Mo., 4. Jan. 2021 um 10:39 Uhr schrieb Yu Jin <yu_...@lyx.org
> <mailto:yu_...@lyx.org>>:
>
>     I am trying to search for bugs in Trac. I have chosen only "new"
>     status in the filters, but the result also shows fixedinstable,
>     reopened and even closed bugs in some cases. See attached.
>     What am I doing wrong?
>
> Ah found, it was
> (status AND  cc) OR (Assignee)
> need
> (status AND cc) OR (Assignee AND status)
> kinda repeated unnecessarily, but I guess it can't be helped.
> Or is there a way to
> (cc OR assignee) and (status)
> ?

Trac search is very primitive, I'm afraid.

Riki


-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to