Skip to content
New issue

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

custom range search until 2019 only #7

Open
vscherbo opened this issue Feb 2, 2021 · 1 comment
Open

custom range search until 2019 only #7

vscherbo opened this issue Feb 2, 2021 · 1 comment

Comments

@vscherbo
Copy link

vscherbo commented Feb 2, 2021

RegEx in search.js valid only until 2019 year.
var dateRegEx = new RegExp("[0-1][0-9][-][0-3][0-9][-][2][0][0-1][0-9]");

A right regex:
var dateRegEx = new RegExp("[0-1][0-9][-][0-3][0-9][-][2][0][0-2][0-9]");

@s-mrb
Copy link

s-mrb commented May 7, 2021

There are many changes needed to be made but I don't think they are working on it anymore.

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

No branches or pull requests

2 participants