Full Text Indexing with PostgreSQL
href="http://techdocs.postgresql.org/techdocs/fulltextindexing.php">
Full Text Indexing with PostgreSQL: One of the things we still
need for ZOQ is the ability of performing full text search within
the posts. I think this is one of the most important features of MT
as I frequently use my blog to store little things I know I might
use someday.
Using full text search with PostgreSQL is not exactly a walk in the
park, but it works, and thanks to PG’s extensibility you really
don’t have to install anything else to get it working.
I just need to tweak the search engine a little bit more so I can
release it to the wild.