Hi,

I’ve recently switched from MariaDB to Postgres. Now the articles load much faster. But the search results are different. When I search for 1080p it only shows articles where there is a whitespace separating the search term from any other characters. With MariaDB it was possible to search for 1080p in a title that didn’t have spaces. Is there some configuration that I have to adjust to get this working again? I’ve also tried setting up sphinxsearch, but the example config seems to be deprecated.

Best Regards

you can’t disable native full-text search on postgres. it should be possible to write a search plugin which would fallback to unindexed searching like on mysql which would give you similar results, it’s going to be a lot slower though.