Skip to content

BUG FIX: searchpre + empty string failure#107

Open
slumtrimpet wants to merge 1 commit intoxcash:masterfrom
slumtrimpet:patch-1
Open

BUG FIX: searchpre + empty string failure#107
slumtrimpet wants to merge 1 commit intoxcash:masterfrom
slumtrimpet:patch-1

Conversation

@slumtrimpet
Copy link
Copy Markdown

A bug exists currently where users can no longer search for an empty string ('') when searchPre is implemented.
Need to explicitly compare the searchPre return to false instead of trusting the ! operator on the string itself as sometimes '' is desired.

A bug exists currently where users can no longer search for an empty string ('') when searchPre is implemented.
Need to explicitly compare the searchPre return to false instead of trusting the ! operator on the string itself as sometimes '' is desired.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant