Skip to content

allow to customize json search function #187

@fekynko

Description

@fekynko

currently used function for querying json (jsonb_path_exists) cannot use any indexes. but user can create alternate function, which can use GIN indexes.
How to make Postgres GIN index work with jsonb_* functions?
to be able to use alternate user defined function, function name should be configurable.

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