#vikanezrimaya`CREATE INDEX fulltext ON vika.mf2_json USING GIN (to_tsvector('english', mf2['properties']['content'][0]['html']));` -- this cuts a query on the database from ~90ms to ~2ms, and EXPLAIN shows it using an index search instead of sequential