egdb3_14_1
.search
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
symspell_parse_words(phrase text)
Parameters
Name
Type
Mode
phrase
text
IN
Definition
SELECT UNNEST FROM (SELECT UNNEST(x), ROW_NUMBER() OVER () FROM regexp_matches($1, '(?:^|\s+)((?:-|\+)?[[:alnum:]]+''*[[:alnum:]]*)', 'g') x ) y WHERE UNNEST IS NOT NULL ORDER BY row_number