Re: Postgres Full-text search -- is it possible?

2008-12-15 Thread alex.gay...@gmail.com
It can be done using extra as shown here: http://barryp.org/blog/entries/postgresql-full-text-search-django/ there isn't a way built into django to do it however, there are also a few external search projects to create a nicer search api in django. This one:

Postgres Full-text search -- is it possible?

2008-12-15 Thread Info Cascade
Hi -- I'm wanting to improve searches by using full-text searching. The documentation says: > > > search¶ > > > A boolean full-text search, taking advantage of full-text indexing. > This is like contains but is