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
Search module
Search module
Last edited by torstenk on Wed May 20, 2009 11:03 am, edited 1 time in total.
Re: Search module
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
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?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.
Re: Search module
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...

