Page 1 of 1
Search module
Posted: Wed May 20, 2009 10:58 am
by torstenk
Hi all
Is it possible to integrate a search module like the one on this site?
http://www.folkeskolen.dk/job/
I mean where you can choose different things to search in
Another example is this one
http://www.jobs.net/
Thx in advance
Re: Search module
Posted: Wed May 20, 2009 4:20 pm
by plger
You can do something similar with a module created with CTLModuleMaker (with the advanced search action), but for content pages I don't see any easy solution.
Re: Search module
Posted: Wed May 20, 2009 6:08 pm
by torstenk
plger wrote:
You can do something similar with a module created with CTLModuleMaker (with the advanced search action), but for content pages I don't see any easy solution.
Thank you for your answer. I tried CTLModuleMaker, but i want it for content pages. Do you know another other way or another system that can do it?
Re: Search module
Posted: Thu May 21, 2009 8:15 am
by plger
Unfortunately I don't... I'm afraid you'll have to code it yourself. But if you wish to use page attributes, it shouldn't be too hard : retrieve the content manager, parse every page to get the attributes, create your inputs, and when a query is sent you do the same to retrieve the pages that fit it... If you wish to use all indexed content, then you're on for some work...