* Nanog 83 Hackathon improvements to the PeeringDB Website
- If a user inputs only numbers, search for ASN only
- If a user inputs what looks like a IPv4 or IPv6 address, search Network IP addresses only
- Use direct SQL in the above instances rather than Haystack fuzzy matching, though search fields for ASN and ipaddr[46] were added to the Haystack search index
* Revert change to prepare_term
* remove print
* run black
* add ipv4 and 6 search tests
Co-authored-by: Jeff Kala <jeff.l.kala@gmail.com>