[GHC] #10024: This bug tracker: Can not create filter `x contains y && x contains z`

#10024: This bug tracker: Can not create filter `x contains y && x contains z` -------------------------------------+------------------------------------- Reporter: lspitzner | Owner: hvr Type: bug | Status: new Priority: normal | Milestone: Component: Trac & Git | Version: Keywords: trac | Operating System: Unknown/Multiple filter and | Type of failure: None/Unknown Architecture: Other | Blocked By: Test Case: | Related Tickets: Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- To Reproduce: - Start ticket search - Create filter "description" and set phrase to "foo" - Click the button "And" again, choose "description", set phrase to "bar" - The filter now is set to {{{description contains foo || description contains bar}}}, instead of the expected {{{s/||/&&/}}}. Note that setting phrase to "foo bar" seems to search for "foo bar", not {{{fold (||) . words}}}. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10024 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10024: This bug tracker: Can not create filter `x contains y && x contains z` -------------------------------------+------------------------------------- Reporter: lspitzner | Owner: hvr Type: bug | Status: closed Priority: normal | Milestone: Component: Trac & Git | Version: Resolution: wontfix | Keywords: trac Operating System: Unknown/Multiple | filter and Type of failure: None/Unknown | Architecture: Other Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => wontfix Comment: You're right. This is a bug in Trac though; not too much we can do about it. You could try using a regular search engine to find tickets, see BrowserTips. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10024#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC