Skip to content

Conversation

@CSNAE
Copy link
Contributor

@CSNAE CSNAE commented Sep 20, 2014

Network queries no longer end in a dash if blocks remaining to next retarget >= 660
Allow users to query for just polo or just bittrex to avoid spam (or both via 'market')
Allow first letter to be capitalized in queries and still recognized (Good for mobile users whose devices autocapitalize the first letter)

Network queries no longer end in a dash if blocks remaining to next retarget >= 660
Allow users to query for just polo or just bittrex to avoid spam (or both via 'market')
Allow first letter to be capitalized in queries and still recognized (Good for mobile users whose devices autocapitalize the first letter)
@MarkPfennig
Copy link
Contributor

Allow first letter to be capitalized in queries and still recognized

The /i at the end of each regular expression means case-insensitive match. Please modify to remove the mixed casing as Address and ADDRESS and adDreSs are already matched.

All else, thank you!

@CSNAE
Copy link
Contributor Author

CSNAE commented Sep 21, 2014

Hope I did it right! Thanks for the regex lesson!

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.

2 participants