Skip to content

FromField instance for TSVector #271

@delanoe

Description

@delanoe

Hello,
TSVector type of Postgres is the following:
https://www.postgresql.org/docs/8.3/datatype-textsearch.html
Example of tsvector: "'cat':2 'dog:5 'animal':10"

To add the FromField instance we need a parser.
Do you have an example of implementation that could help to parser for the TSVector FromField instances ?

Specifications would be the following:
type TSVector = [Vector]
data Vector = Vector { text :: Text
, position :: Int
}

Many thanks for your help

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