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
Description of the problem
When using IPv6, pro search does not allow you to search because the database column is too short.
Screenshots / Videos / Template Code
Possible Solution
Make the length of the ip_address column longer.
The text was updated successfully, but these errors were encountered:
Lengthen the ip_address column to support IPv6 addresses
710325f
Fixes #2550
Merge pull request #2551 from ExpressionEngine/bug/7.dev/pro_search_i…
9eb1053
…p_address_ipv6_support Resolved #2550 where Pro Search did not store IPv6 addresses correctly
matthewjohns0n
Successfully merging a pull request may close this issue.
Description of the problem
When using IPv6, pro search does not allow you to search because the database column is too short.
Screenshots / Videos / Template Code
Possible Solution
Make the length of the ip_address column longer.
The text was updated successfully, but these errors were encountered: