Closed
Bug 592278
Opened 15 years ago
Closed 15 years ago
page not found while loading collection details page
Categories
(addons.mozilla.org Graveyard :: Search, defect, P2)
addons.mozilla.org Graveyard
Search
Tracking
(Not tracked)
VERIFIED
FIXED
5.11.9
People
(Reporter: pratibha, Assigned: davedash)
References
()
Details
Steps:
---------
- Selected in Advance Search:
seach term: test, within=all collections
Search URL: https://next.addons.mozilla.org/z/en-US/firefox/search/?q=test&cat=collections&pp=20&advanced=
- there is collection named "test" in results page which do not have an author
-clicked on the collection name to check details page
URL is: https://next.addons.mozilla.org/z/en-US/firefox/collections/anonymous/bf1c7a64-a2fa-7fc5-3379-4994c4/
Result: Page not found
Comment 1•15 years ago
|
||
Let's not index collections that don't have an author_id.
mysql> select * from collections where uuid like 'bf1c7a64-a2fa-7fc5-3379-4994c4%'\G
*************************** 1. row ***************************
id: 1094
uuid: bf1c7a64-a2fa-7fc5-3379-4994c4649a44
name: 397237
defaultlocale: en-US
collection_type: 0
icontype:
nickname: NULL
description: 397238
access: 0
listed: 1
subscribers: 0
created: 2009-06-10 09:15:35
modified: 2010-08-06 17:05:26
downloads: 13
application_id: 1
weekly_subscribers: 0
monthly_subscribers: 0
addonCount: 0
upvotes: 0
downvotes: 0
rating: 0
addon_index: d41d8cd98f00b204e9800998ecf8427e
recommended_collection_id: NULL
author_id: NULL
slug: bf1c7a64-a2fa-7fc5-3379-4994c4
all_personas: 0
1 row in set (0.00 sec)
Assignee: nobody → dd
Target Milestone: --- → 5.11.9
Updated•15 years ago
|
Assignee: dd → nobody
Component: Collections → Search
OS: Linux → All
QA Contact: collections → search
Hardware: x86 → All
Updated•15 years ago
|
Assignee: nobody → dd
Updated•15 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 2•15 years ago
|
||
Why do we have collections without authors?
We should delete them.
| Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•15 years ago
|
||
Comment 5•15 years ago
|
||
collections without authors are not listed in the search results.verified
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•