Re: [Cppcms-users] Creating a database web-frontend with interactive search in CppCMS
Brought to you by:
artyom-beilis
From: Aris S. <ari...@gm...> - 2011-04-29 01:06:45
|
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 > |