-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix weatherThen #2
Comments
Fixed the exception. But if you use "What is the weather on monday in frankfurt", both "weatherThen" and "weatherThenHere" are called. |
It's a problem with the regexs |
@cjmoeller could you check if it is fixed now? |
Nope. Look at this: http://i.imgur.com/Z5SQyPZ.png . It should return null, because there's a place mentioned. At the moment it's like 'contains' but it has to be like 'equals'... |
try regex.test, that's what the server is using. I think. Strawberry. Try it with the master, it should be working. |
Weird |
throws an exception. will fix this soon.
The text was updated successfully, but these errors were encountered: