Medoo
Medoo copied to clipboard
Support case insensitive LIKE conditions is not working
Information
- Version of Medoo: [2.12]
- Version of PHP: [8.2.25]
- Type of Database: [postgresql]
- System: [Linux]
Describe the Problem I found in request #874 a description to use search with insensitive LIKE conditions But when I try to use it I receive. PHP Fatal error: Uncaught InvalidArgumentException: Invalid operator [~~] This funktion was never documented. Is this deleted and never in productive version?
Code Snippet The detail code you are using that causes the problem:
// Write your PHP code here
Expected Behavior A clear and concise description of what you expected to happen.
Actual Behavior A clear and concise description of what actually happened.
That request has not merged.
Will it be possible to merge it to the current version?