Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#2129 closed defect (fixed)

Search does not find some results based on two keywords

Reported by: Alexander Shopov Owned by: Jonas Borgström
Priority: high Milestone: 0.9
Component: search system Version: 0.8.4
Severity: normal Keywords:
Cc: ash@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

This bug was found in 0.8.4 (mod-python, Apache, on Fedora Core 4), but I could reproduce it with Edgewall's current public installation on http://projects.edgewall.com/trac/

Trac's search subsystem does not find results based on two keywords in the following case:

  • 1st keyword: the name of the committer
  • 2nd keyword: some part of the log message

So, if I search "ash" (without the quotes) - I get many results including all changesets made by the user ash. (trac highlights the occurrences - they are the name of the committer).

If I search "specialFEATURE" I get many results as well, some of which are commit messages containing the term "specialFEATURE" Some of them are made by the user ash.

If I search for "ash specialFEATURE" (without the quotes, single space between the words) - I get no results.


How to replicate on this trac installation

Used terms:

  • committer: cboos
  • log message: Shun

Check:

  1. Two keywords: http://projects.edgewall.com/trac/search?q=cboos+Shun&ticket=on&changeset=on&wiki=on
  2. Committer "cboos": http://projects.edgewall.com/trac/search?q=cboos&ticket=on&changeset=on&wiki=on
  3. Message "Shun": http://projects.edgewall.com/trac/search?q=Shun&ticket=on&changeset=on&wiki=on
  4. One of the missed results: http://projects.edgewall.com/trac/changeset/2301

Attachments (0)

Change History (4)

comment:1 by Alexander Shopov, 19 years ago

Of course - you should take in mind that this ticket itself - #2129 has changed the results as it mentions both keywords in the description of the ticket and is itself findable when searching for the two keywords.

But the question stays as the search finds none of the other results.

comment:2 by Christian Boos, 19 years ago

Milestone: 0.91.0
Priority: normalhigh

TracSearch will be reworked in 1.0.

comment:3 by Jonas Borgström, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [2386].

comment:4 by anonymous, 19 years ago

Milestone: 1.00.9

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.