Skip to content

Commit e8e85fb

Browse files
committed
fix(addSearchDoc): Include data field
1 parent c050d63 commit e8e85fb

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

test/fixtures/add-search-doc/expected/multiple-everything/search-docs/yes-boys.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"author": "'pizza'::text",
1616
"teams": "NULL::text[]",
1717
"rating": "NULL::text",
18+
"data": "NULL::text",
1819
"roles": "'{\"wmfs_chef\", \"wmfs_customer\"}'::text[]",
1920
"tags": "NULL::text[]",
2021
"language": "'ENG'::text",

test/fixtures/add-search-doc/expected/one-model/search-docs/pizza.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"author": "'pizza'::text",
1616
"teams": "NULL::text[]",
1717
"rating": "NULL::text",
18+
"data": "NULL::text",
1819
"roles": "'{\"$everyone\"}'::text[]",
1920
"tags": "NULL::text[]",
2021
"language": "'ENG'::text",

test/fixtures/add-search-doc/expected/path-to-external-model/search-docs/drinks.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"author": "'drinks'::text",
1616
"teams": "NULL::text[]",
1717
"rating": "NULL::text",
18+
"data": "NULL::text",
1819
"roles": "'{\"$everyone\"}'::text[]",
1920
"tags": "NULL::text[]",
2021
"language": "'ENG'::text",

test/fixtures/add-search-doc/expected/two-models/search-docs/pizza.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"author": "'pizza'::text",
1616
"teams": "NULL::text[]",
1717
"rating": "NULL::text",
18+
"data": "NULL::text",
1819
"roles": "'{\"$everyone\"}'::text[]",
1920
"tags": "NULL::text[]",
2021
"language": "'ENG'::text",

0 commit comments

Comments
 (0)