We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use GitHub reactions 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
Describe the bug: Using keywords that contain dashes ('-') does not work. It seems the dashes are stripped before being passed to the URL builder.
To Reproduce: Steps to reproduce the behavior:
Expected behavior: Images should be taken from the tag containing dashes (e.g. https://source.unsplash.com/featured/1920x1080?picos-de-europa)
Server:
Additional Information:
The text was updated successfully, but these errors were encountered:
guessing it's this line that's responsible
Line 116 in lib/ProviderHandler/Provider.php $term = preg_replace('/[^a-z]/i','', $term);
$term = preg_replace('/[^a-z]/i','', $term);
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
use GitHub reactions 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
Describe the bug:
Using keywords that contain dashes ('-') does not work. It seems the dashes are stripped before being passed to the URL builder.
To Reproduce:
Steps to reproduce the behavior:
Expected behavior:
Images should be taken from the tag containing dashes (e.g. https://source.unsplash.com/featured/1920x1080?picos-de-europa)
Server:
Additional Information:
The text was updated successfully, but these errors were encountered: