jaimz22 / DoctrineFullTextPostrgres

A simple to use set of database types, and annotations to use postgresql's full text search engine with doctrine
17 stars 21 forks source link

Add websearchquery function #19

Closed luca-nardelli closed 3 years ago

luca-nardelli commented 4 years ago

Hi!

This PR is to add another function provided by postgresql, websearch_to_tsquery, to process raw user input.

I wanted to create some tests but it seems the test suite is broken atm.

Should I do anything else?

Thanks