Is it possible to match a only part of an IP address using the filter
in the hits table?
For instance, filtering for index in the url will return all the hits
on
http://www.domain.com/index.php. If I want to search for an IP
address 12.34.56.78 I can, but I can't just search for 12.34 or any
other partial address. I've tried using * as a wildcard, but it
doesn't seem to work either.
Thanks in advance!