
noreply at edgewall
Jun 8, 2006, 4:36 AM
Post #17 of 24
(2459 views)
Permalink
|
|
Re: [The Trac Project] #1269: Search an expression with CamelCase does not work
[In reply to]
|
|
#1269: Search an expression with CamelCase does not work -------------------------------------+-------------------------------------- Reporter: oliver[at]code-project.org | Owner: cboos Type: defect | Status: assigned Priority: normal | Milestone: 0.10 Component: search system | Version: 0.8.1 Severity: minor | Resolution: Keywords: search CamelCase | -------------------------------------+-------------------------------------- Comment (by cboos): What I meant is that without your patch, Trac already behaves like this: the ! will negate the wiki syntax, and no link will be created, therefore `redir` will be `None`... The optimization you do is to simply by-pass the Wiki formatting when there's a leading "!". Why not, I'm OK with that. But again, I think that this ticket is not about using the "!", rather with the newcomer's surprise when searching for something and ending up with a create wiki page, as david.tulloh illustrated it above (hm... no `comment:` links on p.e.c yet :( ). Quick jumps are pretty useful, so I don't see the point of disabling that feature entirely just to workaround the above problem, which is only a minor inconvenience. What has been proposed so far: 1. Doing a search if the target of the quickjump is known as missing (option which doesn't seem to be popular... ok) 2. Disabling the quickjump on the search page, but keeping it when the search is triggered from the top search box In addition, I'd like to propose a variation on 2: 3. On the search page, retrieve the link given by the quickjump, but ''don't'' redirect to it, rather present a link to it before the search results, which will be gathered regardless of the `redir` value. The quickjump toplevel search box behaves as usual. What do you think? -- Ticket URL: <http://projects.edgewall.com/trac/ticket/1269> The Trac Project <http://trac.edgewall.com/> _______________________________________________ Trac-Tickets mailing list Trac-Tickets[at]lists.edgewall.com http://lists.edgewall.com/mailman/listinfo/trac-tickets
|