/plushcap/analysis/hasura/full-text-search-with-hasura-graphql-api-postgres

Full Text Search with Hasura GraphQL API and Postgres

What's this blog post about?

This post discusses implementing full text search with Hasura GraphQL API using Postgres features. It covers different approaches to full text search in Postgres, such as using LIKE and ILIKE operators, searching on multiple columns, built-in Full Text Search, fuzzy search, and access control for search. The post also provides examples of how to create a Postgres function for fuzzy search and apply role-based permissions for search functionality. Additionally, it mentions integrating ZomboDB extension for more advanced use cases in the next post.

Company
Hasura

Date published
Nov. 26, 2019

Author(s)
Praveen Durairaju

Word count
965

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.