|
|
@ -559,7 +559,7 @@ select to_tsvector('{"a": "aaa bbb ddd ccc", "b": ["eee fff ggg"], "c": {"d": "h |
|
|
|
select to_tsvector('simple', '{"a": "aaa bbb ddd ccc", "b": ["eee fff ggg"], "c": {"d": "hhh iii"}}'::json); |
|
|
|
select to_tsvector('simple', '{"a": "aaa bbb ddd ccc", "b": ["eee fff ggg"], "c": {"d": "hhh iii"}}'::json); |
|
|
|
|
|
|
|
|
|
|
|
-- json to tsvector with stop words |
|
|
|
-- json to tsvector with stop words |
|
|
|
select to_tsvector('{"a": "aaa in bbb ddd ccc", "b": ["the eee fff ggg"], "c": {"d": "hhh. iii"}}'::json); |
|
|
|
select to_tsvector('english', '{"a": "aaa in bbb ddd ccc", "b": ["the eee fff ggg"], "c": {"d": "hhh. iii"}}'::json); |
|
|
|
|
|
|
|
|
|
|
|
-- ts_vector corner cases |
|
|
|
-- ts_vector corner cases |
|
|
|
select to_tsvector('""'::json); |
|
|
|
select to_tsvector('""'::json); |
|
|
|