linuxlewis / djorm-ext-pgfulltext

PostgreSQL full-text search integration with django orm.
Other
250 stars 84 forks source link

Turn off search when using incompatible database #76

Open imaia opened 8 years ago

imaia commented 8 years ago

It would be very nice to be able to still use a "fake" textsearch as fallback for cases where your database is not postgresql. This would be useful during tests.