postgraphile-plugin-fulltext-filter icon indicating copy to clipboard operation
postgraphile-plugin-fulltext-filter copied to clipboard

Full-text filtering in PostGraphile

Results 8 postgraphile-plugin-fulltext-filter issues
Sort by recently updated
recently updated
newest added

Super excited to use this plugin by the way! I wasn't able to see the tsvector field in my filter, so I dug into a bit, and believe there is...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Added support when using: `to_tsvector(language::regconfig, text)` this is not retro-compatible, need a change on the schema

Hi there, I have followed the instructions and everything works just fine, however the fullTextRank is null for every edge. Any advise? *im using:* "postgraphile": "^4.4.1", "postgraphile-plugin-connection-filter": "^1.1.1", "postgraphile-plugin-fulltext-filter": "^1.0.0-beta.7",

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/mlipscombe/test/github/d8b3a312-999d-4089-bcb0-d864361a5027/master..snyk-fix-435f1f8cfaef46f239ccd757d983c2c2) for more details. #### Snyk Project: [mlipscombe/postgraphile-plugin-fulltext-filter:package.json](https://app.snyk.io/org/mlipscombe/project/d8b3a312-999d-4089-bcb0-d864361a5027) ####...

hey @mlipscombe . I couldn't see a possible way to use have a deep searching in it. When printing the queries, i could see it uses ts_query. I would like...