Closed
Bug 1129668
Opened 10 years ago
Closed 7 years ago
places search doesn't return javascript scheme urls when searching by url
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: dietrich, Unassigned)
References
Details
Example code:
var query = { url: 'javascript:' }
bookmarks.search(query).on('end', function (results) {
console.log('results', results.length)
})
Zero results.
Execute the same code with this query:
var query = { query: 'javascript:' }
Returns all bookmarks with 'javascript:' in the url (or title or whatever else the 'query' property covers).
Updated•10 years ago
|
OS: Mac OS X → All
Priority: -- → P2
Hardware: x86 → All
Updated•10 years ago
|
Blocks: sdk/places
Comment 1•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•