No quite. You see, I would like to be able to filter out users by their hostnames like this;
If I insert "example.com" to the database, I want "anything.example.com" to match this. Just adding a % in front of the query does not accomplish this, as the "anything." part is not in the database.
Hope that makes sense 🙂