Closed Bug 457954 Opened 16 years ago Closed 16 years ago

Searches on preview are failing

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

x86
macOS
defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stephend, Unassigned)

References

()

Details

(Keywords: regression)

Searches for "AdBlock" on https://preview.addons.mozilla.org/en-US/firefox/search?q=adblock&cat=all aren't finding "AdBlock" or "AdBlock Plus" -- both of which should exist.

For that matter, it doesn't appear that searches are returning any results at all...
xb95: could you take a gander?
mysql> select id, locale, status, name, summary from text_search_summary;
Empty set (0.00 sec)

I'm not sure how this table gets populated, but it's totally empty right now.  I.e., there's no data to search on.
Like so many other things on AMO, it's a "cronjobbed" maintenance task: $AMO/bin/update-search-views.php -- if that's not run, either the actual data and the search view diverge, or the search view is never even published in the first place.

Do you want to copy that cron job from production, where (I hope) it is scheduled to run periodically?
(In reply to comment #3)
> Do you want to copy that cron job from production, where (I hope) it is
> scheduled to run periodically?

|php -f update-search-views.php| is run on the 12,32,52 minutes of every hour on both production and staging AMO instances.
This appears to be fixed - it's not clear if Reed fixed it or if he's saying the cron jobs were already there.

I'm resolving the bug though because even if the jobs were already there I don't think it's something webdev can debug.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
This has been working fine for a while; verified.
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.