Hacker News new | ask | show | jobs
by spleen7777 1042 days ago
How it handles JSONB fields? Do I need to define all keys in JSONB field to make them indexed?
1 comments

You don't need to define all keys in a JSON object - by default, new keys will automatically be added to the index mapping when a JSON document containing that key is added to the index.

Details on how to query JSON objects can be found in our docs: https://docs.getretake.com/search/object