Intevation / intelmq-fody

Web interface to IntelMQ
9 stars 3 forks source link

Contacts: add approximate/fuzzy search #25

Closed bernhardreiter closed 7 years ago

bernhardreiter commented 7 years ago

Right now (a6c54bf3f266f230cba0dd1a4c0cbdcd22345c73) search is only for exact values, it would be interested to have some more fuzzy searches or specifying matching patterns.

Technical idea: Use https://www.postgresql.org/docs/9.3/static/functions-matching.html LIKE or regular expressions from postgresl.

bernhardreiter commented 7 years ago

There is substring search for the name and for the email address now. No substring search for the asn, because it would feel strange, when giving a four digit ASN and getting all 6 digit asns as well that include the other as substring.