
Friends I'm struggling with GitLab search. eg I was looking for #22200 I wen to https://gitlab.haskell.org/ghc/ghc/-/issues, and put "-DEEBUG" and "slow" in the search box. No #22200. Yet both of those strings appear in the title of the ticket. Looking for DEBUG or *DEBUG also fails. I find that DDEBUG succeeds. What are the rules? Thanks Simon

Simon Peyton Jones
Friends
I'm struggling with GitLab search.
eg I was looking for #22200
I wen to https://gitlab.haskell.org/ghc/ghc/-/issues, and put "-DEEBUG" and "slow" in the search box. No #22200. Yet both of those strings appear in the title of the ticket.
Oh dear, indeed. The problem is that GitLab paused indexing due to a version incompatibility. I have fixed the issue and unpaused the indexer. Searching for '"-DDEBUG" slow' now turns up #22200 as the first result. Cheers, - Ben
participants (2)
-
Ben Gamari
-
Simon Peyton Jones