*Use SFTP by setting port to 11208
We have 3 taxonomies set up for our custom post type “Technologies” which are as follows:
- Importance
- Inventor
- Patent Status
We want the end user to be able to search within these taxonomies, not within specific taxonomies.
Example:
Patent Status has these 2 categories:
Instead of having the user select “Patented” or “Patent Pending”, they would select “Patent Status” and then search for either “Patent Pending” or “Patented” in order to find the custom posts that are categorized that way.
The reason for this is because we have multiple “Inventor” categories and 8 “Importance” categories that we would like users to be able to search within.
Example search:
“Importance: Category 1, Inventor: Category 7, Patent Status: Patented” and then the appropriate results will show up.
As of right now, we have to add each Category instead of an entire taxonomy. How would we add an entire taxonomy?