-
Notifications
You must be signed in to change notification settings - Fork 407
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
injest url field isn't case insensitive. #110
Comments
Thank you for pointing this out! I appreciate you taking the time to report the issue. I'll work on making the URL field case insensitive to fix the problem. Stay tuned for the update! |
- Convert `source` to lowercase in `parse_query` - Add `test_parse_query_mixed_case` to verify functionality Resolves cyclotruc#110
Hi there @jadedgnome, Thanks again for reporting this! I've addressed the problem by making the URL field case insensitive in the This fix should resolve the "repo not found" error caused by uppercase letters in the URL. Thanks for your patience, and feel free to let me know if you encounter any further issues! |
thanks for responding so quickly and resolving it! |
type Https://... with a uppercasee h on mobile and there was a repo not found error.
The text was updated successfully, but these errors were encountered: