You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your work on this awesome package.
I'd like to report an issue I found:
Code:
constparsedParams=advancedSearchParser.parse(`sentFrom:"Harry Potter","Hermione Granger","Ron Weasley" you are a wizard`,{alwaysArray: true,keywords: ['sentFrom'],offsets: false});
Reality:
{text: ',"Hermione Granger","Ron Weasley you are a wizard',sentFrom: ['Harry Potter'],exclude: {}}
Expectation:
{text: 'you are a wizard',sentFrom: ['Harry Potter','Hermione Granger','Ron Weasley'],exclude: {}}
These work-around cases work, but sometime we just cannot walk around:
Hi @nepsilon ,
Thank you for your work on this awesome package.
I'd like to report an issue I found:
Code:
Reality:
Expectation:
These work-around cases work, but sometime we just cannot walk around:
Thank you for your time.
The text was updated successfully, but these errors were encountered: