Closed
Bug 435423
Opened 18 years ago
Closed 16 years ago
Upgrade search
Categories
(Webtools Graveyard :: Party Tool, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
2.3
People
(Reporter: abuchanan, Unassigned)
References
Details
Attachments
(1 file)
|
16.15 KB,
patch
|
rflint
:
review+
|
Details | Diff | Splinter Review |
on events/index, type a search in the search box, get...
Illegal offset type [APP/controllers/events_controller.php, line 67]
| Reporter | ||
Comment 1•18 years ago
|
||
this could be a minor bug, as search works on the stage site
| Reporter | ||
Comment 2•18 years ago
|
||
yep search is definitely broken...
try searching using the "parties within 20 miles of...etc" option.
breaks horribly, glad we found this before launch :)
this has to do with the Google geocoder I assume, we'll probably have to remove this advanced search option for launch this week, and add it in the next maintenance round.
| Reporter | ||
Updated•18 years ago
|
Assignee: nobody → buchanae
| Reporter | ||
Comment 3•18 years ago
|
||
commented out broken options for launch, r13910
Target Milestone: 2.0 → 2.2
Comment 4•18 years ago
|
||
now when you search it just returns a page that says "search" ... no search results.
http://mozillaparty.com/en-US/events/
| Reporter | ||
Comment 5•18 years ago
|
||
r14177 fixes broken search
problem was escape(array) isn't valid (or is deprecated),
use clean($array, array('escape')) instead
| Reporter | ||
Comment 6•18 years ago
|
||
morphing for future enhancements.
not sure if we want to do this by 2.2, but a better search seems useful.
(just ideas) we could..
-bring back commented out for launch
-add new options
-biggest, or most popular, or where da party at? so to speak :)
-make the search bar prettier, right now is doesn't have any styling
-CSS++
- a drop down for number of results
also, sort by newest/oldest doesn't work
Summary: Event search broken → Upgrade search
Updated•18 years ago
|
Target Milestone: 2.2 → 2.3
Updated•18 years ago
|
Target Milestone: 2.3 → 2.2
Updated•18 years ago
|
Target Milestone: 2.2 → 2.3
| Reporter | ||
Comment 8•18 years ago
|
||
greatly upgrades search. fixes "sort by", adds back location search, better styling (IMO), searches persist over pagination/re-search
Attachment #325796 -
Flags: review?(rflint)
Updated•18 years ago
|
Severity: normal → major
Comment 9•18 years ago
|
||
ryan, could we get the review?
Updated•18 years ago
|
Attachment #325796 -
Flags: review?(rflint) → review+
| Reporter | ||
Comment 10•18 years ago
|
||
committed to trunk/ in r17269
| Reporter | ||
Comment 11•17 years ago
|
||
un-assigning myself as I haven't worked on this project lately, and probably won't in the very near future
Assignee: buchanae → nobody
| Reporter | ||
Comment 12•16 years ago
|
||
Closing old bugs. This website doesn't exist anymore
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•