On Wed, Dec 4, 2013 at 5:42 PM, RjOllos <[email protected]> wrote: > On Wednesday, December 4, 2013 8:58:54 AM UTC-8, Ethan Jucovy wrote: > >> I then edit a ticket so that the sprintinfo field exists for a ticket. I >>> then >>> do a query, hoping to see tickets for which sprintinfo has a value: >>> >>> [[TicketQuery(sprintinfo!="")]] >>> >> >> The following spelling works for me: >> >> [[TicketQuery(sprintinfo=!)]] >> >> That is, exclamation point after equals sign, and nothing after it >> instead of "". >> >> -Ethan >> > > You reminded me of this comment: > http://trac.edgewall.org/wiki/TracQuery?action=diff&version=40&old_version=39 > > It looks like either != or =! works in this case, and the significant > difference here is to have nothing rather than "". Is that what you find as > well? >
Yeah -- you're right, nothing vs "" is the only difference that matters. I had assumed =! vs != was important, but for me too it works either way. -Ethan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
