Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(33)

Issue 2918: Rietveld Search box

Can't Edit
Can't Publish+Mail
Start Review
Created:
17 years, 10 months ago by jiayao
Modified:
16 years, 10 months ago
Reviewers:
Andi Albrecht, GvR
Base URL:
http://rietveld.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Fixed the issues raised in code review #

Patch Set 3 : Implemented sorting, pagination in the result page, shrunk the size of SearchableIssue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -47 lines) Patch
codereview/models.py View 1 2 5 chunks +44 lines, -0 lines 0 comments Download
codereview/urls.py View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
codereview/views.py View 1 2 7 chunks +82 lines, -23 lines 0 comments Download
templates/all.html View 2 chunks +2 lines, -23 lines 0 comments Download
templates/base.html View 1 2 1 chunk +6 lines, -1 line 0 comments Download
templates/pagination.html View 1 chunk +11 lines, -0 lines 0 comments Download
templates/search_results.html View 1 2 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 6
jiayao
Hi Guido and Andi, This is my first attempt on the search box for rietveld. ...
17 years, 10 months ago (2008-08-14 07:59:37 UTC) #1
GvR
Ooooh, drool, drool. The solution of having separate searchable issue entities is clever. I wonder ...
17 years, 10 months ago (2008-08-14 14:26:58 UTC) #2
Andi Albrecht
http://codereview.appspot.com/2918/diff/1/2 File codereview/views.py (right): http://codereview.appspot.com/2918/diff/1/2#newcode1827 Line 1827: return HttpResponse('Method not allowed.', status=405) On 2008/08/14 14:26:58, ...
17 years, 10 months ago (2008-08-14 17:59:06 UTC) #3
Andi Albrecht
http://codereview.appspot.com/2918/diff/1/5 File templates/search_results.html (right): http://codereview.appspot.com/2918/diff/1/5#newcode1 Line 1: {%extends "issue_base.html"%} On 2008/08/14 17:59:07, andi.albrecht wrote: > ...
17 years, 10 months ago (2008-08-14 18:19:16 UTC) #4
jiayao
http://codereview.appspot.com/2918/diff/1/2 File codereview/views.py (right): http://codereview.appspot.com/2918/diff/1/2#newcode721 Line 721: descript=issue.description) On 2008/08/14 14:26:58, GvR wrote: > typo, ...
17 years, 10 months ago (2008-08-16 23:51:31 UTC) #5
Andi Albrecht
17 years, 10 months ago (2008-08-17 06:31:02 UTC) #6
http://codereview.appspot.com/2918/diff/1/5
File templates/search_results.html (right):

http://codereview.appspot.com/2918/diff/1/5#newcode6
Line 6: 
On 2008/08/16 23:51:31, jiayao wrote:
> On 2008/08/14 17:59:07, andi.albrecht wrote:
> > IMO a query form, maybe with some extended features like additional filter
> > (created by me, reviewable by me, etc.), should appear here. At least the
> search
> > term should be repeated somewhere on this page.
> 
> I've added a line "showing x o of y results for {{key_words}}"
> I agree the format of the results should be nicer, I will think about it for a
> bit. 

Of course, that'll be a future enhancement... ;-)
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b