Skip to content

full-text search/filter #111

Description

@TimKraemer

Hi,

amazing project! Thanks for all the work!

I don't find a hint in issues or documentation on how to use ra's <SearchInput> with ra-postgraphile. They're writing:

In the example given above, the q filter triggers a full-text search on all fields. It’s your responsibility to implement the full-text filtering capabilities in your dataProvider, or in your API.

So I'm guessing this is the right place to look for an implementation. I found the hint in this documentation:

For full-text search capabilities, the following plugin is also required:

const PostGraphileFulltextFilterPlugin = require('postgraphile-plugin-fulltext-filter')

I did install this, but I'm not sure if this is what I need nor how to use it instead of ra's <SearchInput>.

Any hint in the right direction would be very much appreciated!

Best,
Tim

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions