rivi2k

Topic: Searchable RSS Feed?

Hi all,

I'm hoping to tweak the url http://mysite.com/app/rss/all to something like http://mysite.com/app/rss/all/?q=consultant

I'm in the file includes/class.Feed.php, and doing a _GET[q] doesn't seem to work, but there is a method in there GetJobs(0, 0, 0, 0, 0, true); might I be able to grab something from the URL and pass it into there?

Basically I want to make the RSS searchable so users can subscribe to a specific feed type.

Thanks and great product!

evertsemeijn

Re: Searchable RSS Feed?

You already know that every category has it's own feed? Might help you

Member of Jobberbase Development Team - Templates/Usability

:: Looking for a jobboard installation and/or custom design? ::

rivi2k

Re: Searchable RSS Feed?

Yeah I was aware of that. I'm just trying to satisfy the case where a user wants to add a feed to their reader or igoogle page etc..and match that to keywords. (ie.  "Sports Writer Jobs"). I'd rather have a search-able feed than a bunch of categories.

I'm thinking i'll just write one from scratch using the jobs table. Thanks for replying smile