We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOSL has undocumented support for the following syntax, these can be executed in an org and should be supported by the parser.
FIND { term } USING PHRASE SEARCH
FIND { term } USING ADVANCED SEARCH
FIND { term } RETURNING Account USING PHRASE SEARCH
Originally posted by @xixiaofinland in #55 (comment)
The text was updated successfully, but these errors were encountered:
For positional testing, it looks like the USING clause on the main SOSL needs to be between any WITH clause but before any LIMIT clause.
FIND {hello} RETURNING Account WITH HIGHLIGHT USING PHRASE SEARCH LIMIT 1
Sorry, something went wrong.
Should be updated now. Will update the NPM package later.
works!
No branches or pull requests
SOSL has undocumented support for the following syntax, these can be executed in an org and should be supported by the parser.
Originally posted by @xixiaofinland in #55 (comment)
The text was updated successfully, but these errors were encountered: