I have this table explained below:
| Title of Column | Type of Column |
| ID (pk) | text |
| Machine HostName | lookup |
| CVE ID | lookup |
| State | choice |
While having this simple gallery to show these fields:
Id:

Machine HostName:

CVE ID:

State:

Using the code below, I have managed to add a search function for the ID but not for the rest. What would be a viable change to make this work?
