Closed
Bug 425809
Opened 17 years ago
Closed 15 years ago
Queries using search terms match against bookmark Tags but not bookmark titles
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cmtalbert, Unassigned)
References
Details
Attachments
(2 files)
Note: this might be related to bug 406246.
If you set a searchTerm value in the query API and search over bookmarks, those searchterms are matched ONLY if the string occurs in a tag on the bookmark. If that string occurs on the title of the bookmark, then we do NOT match that bookmark in the query.
For history queries, we match the searchTerm to either the title OR the tag (or both).
I think the behavior of the history query should match the behavior with the bookmark query. (i.e. searchTerm should match title, tag or both).
I will attach a test for this.
Debug build, firefox 3 beta 5 code. - pulled 3/25/08.
Comment 2•15 years ago
|
||
This has most definitely been fixed in the meantime.
Status: NEW → RESOLVED
Closed: 15 years ago
Product: Firefox → Toolkit
QA Contact: places → places
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•