
noreply at edgewall
Oct 4, 2006, 10:21 PM
Post #9 of 9
(1639 views)
Permalink
|
|
Re: [The Trac Project] #1268: Search for a revision/ticket/report number should find that changeset/ticket/report
[In reply to]
|
|
#1268: Search for a revision/ticket/report number should find that changeset/ticket/report ------------------------------------------------------+--------------------- Reporter: Markus Bertheau <twanger [at] bluetwanger> | Owner: mgood Type: enhancement | Status: new Priority: normal | Milestone: 0.11 Component: search system | Version: 0.8.1 Severity: minor | Resolution: Keywords: number | ------------------------------------------------------+--------------------- Changes (by cboos): * keywords: => number Comment: I'm not sure r3857 is really the adequate implementation for this feature... First, you'll have the `[search] min_query_length` configuration option, usually set to 3, which will prevent you to search for changesets and tickets < 100 (and this is certainly problematic for tickets at least). Then, for large projects, when you're looking for changeset 123, you don't necessarily want to get matches for r1123, r1231, r1232, r1233, ... , r2123, r3123 and so on... Finally, with r3857, those results will now be placed among other results, not shown as special Quickjump targets, like suggested [comment:ticket:3419:5 in #3419]. As an alternative implementation, I propose to extend the ISearchInterface to accept numerical searches. This could even in the future be extended to interval searches, which in the case of changesets would redirect you to the appropriate range. -- Ticket URL: <http://trac.edgewall.org/ticket/1268#comment:13> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|