add remove split language show hidden hide
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE TABLE
jsonb_pretty title_short
{
    "de": "title_de",
    "en": "title_en",
    "fr": "title_fr",
    "it": "title_it"
}
{shorttitle1,shorttitle2}
INSERT 0 1
BEGIN
ALTER TABLE
title title_short fts
{"de": "title_de", "en": "title_en", "fr": "title_fr", "it": "title_it"} {shorttitle1,shorttitle2} 'de':4 'en':2 'fr':8 'it':6 'title':1,3,5,7
SELECT 1
ROLLBACK
CREATE FUNCTION
CREATE FUNCTION
ALTER TABLE
title title_short fts_short_title
{"de": "title_de", "en": "title_en", "fr": "title_fr", "it": "title_it"} {shorttitle1,shorttitle2} 'shorttitle1':1 'shorttitle2':2
SELECT 1
ALTER TABLE
title title_short fts_short_title fts
{"de": "title_de", "en": "title_en", "fr": "title_fr", "it": "title_it"} {shorttitle1,shorttitle2} 'shorttitle1':1 'shorttitle2':2 'de':4 'en':2 'fr':8 'it':6 'title':1,3,5,7
SELECT 1