Re: [Cppcms-users] Creating a database web-frontend with interactive search in CppCMS
Brought to you by:
artyom-beilis
From: Alec T. <ale...@gm...> - 2011-06-05 10:51:46
|
Thanks for the replies (and sorry for this late one) Augustin: Thanks for the suggestions, however I've found the examples to be broken (not showing anything other than title), i.e.: http://art-blog.no-ip.info/cppcms_ref_v0_99/hello_8cpp-example.html Aris: Thanks, I'll take a look. My search results will be ranked by accuracy, you see the results will be very statistical (66% correct) &etc Please tell me where I can find CppCMS documentation. Thanks, Alec Taylor BTW: Are there any plans to disambiguate the name of this project, since it isn't a CMS? On Fri, Apr 29, 2011 at 11:06 AM, Aris Setyawan <ari...@gm...> wrote: > Hi Alec, > > For fulltext search, you must use fulltext index. If you are mysql > user, use spynx index (sphinxsearch.com), for postgresql user, use > tsearch2 index and for sqlite user use FTS3/4 index. > > I'm now also developing web search app. For maximizing performance, > I'm not using javascript at all. html + css is enough for me. > > Don't forget to use ranking in your search result. > > On Thu, Apr 28, 2011 at 8:34 PM, augustin <aug...@ov...> wrote: >> Good Evening Alec, >> >> On Thursday 28 April 2011 09:17:37 pm Alec Taylor wrote: >>> Please tell me if it's possible to do in CppCMS, and if so, how. >> >> Yes, it's possible. The cppcms library is well conceived, and I find the cppdb >> (DB layer) library especially easy to use. >> >> How? Well, check the wiki for simple tutorials and documentation , and check >> all the examples delivered with the source code. That will get you started in >> understanding how to use the libraries. >> >> The templating layer will allow you to achieve the look you are after, like in >> your mockup. Again, check the wiki for more information. >> >> Blessings, >> >> Augustin. >> >> >> >> >> -- >> Friends: http://www.reuniting.info/ >> My projects: >> http://astralcity.org/ http://3enjeux.overshoot.tv/ http://linux.overshoot.tv/ >> http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ >> http://openteacher.info/ http://minguo.info/ >> http://www.wechange.org/ http://searching911.info/ >> >> >> >> >> >> >> >> >> >> >> >> >> . >> >> ------------------------------------------------------------------------------ >> WhatsUp Gold - Download Free Network Management Software >> The most intuitive, comprehensive, and cost-effective network >> management toolset available today. Delivers lowest initial >> acquisition cost and overall TCO of any competing solution. >> http://p.sf.net/sfu/whatsupgold-sd >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users >> > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |