On Mon, Oct 5, 2009 at 7:40 PM, RBTN <robe...@gmail.com> wrote:
>
> Hello,
>
> I need to add the search form for my website which I am planning to
> run on FeinCMS.
>
> Seems like I need to search all contenttype models for that, right ?
Yes, there is no alternative when you are doing the search directly in
the database. An external search engine which only uses the generated
content and not the content types would not need to do this obviously.
> Also it has to do search in specific language.
>
> Has anyone tried to add external search options, like http://haystacksearch.org/docs/ ?
No, not yet. I think haystack is one of the most promising projects in
this area though.
Matthias