Add search to the JobsController
Reported by Gavin Joyce | December 17th, 2008 @ 05:41 PM | in 0.1
The :search action will take a search parameter and return a list of jobs in a number of formats.
Comments and changes to this ticket
-
Gavin Joyce December 17th, 2008 @ 05:50 PM
I'm going to implement a very basic search using the LIKE operator. We won't have many jobs to search and performance will not be a problem.
-
Gavin Joyce December 17th, 2008 @ 07:17 PM
- State changed from new to resolved
I've added simple searching using the scoped_search plugin:
http://github.com/wvanbergen/sco...
The :index action of the JobController now accepts a :search param such as:
http://localhost:3000/?search=du... http://localhost:3000/jobs.rss?s...
-
Gavin Joyce December 17th, 2008 @ 07:17 PM
- Title changed from Create :search action for the JobsController to Add search to the JobsController
-
Gavin Joyce December 17th, 2008 @ 07:30 PM
- State changed from resolved to open
Reopening as there are pending specs
-
Gavin Joyce January 3rd, 2009 @ 03:12 PM
- State changed from open to resolved
The specs have been fleshed out - I'm closing this.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A simple job listing app from Ruby Ireland