Title: Adding filters
Last modified: October 11, 2018

---

# Adding filters

 *  [H. Adam Lenz](https://wordpress.org/support/users/adrock42/)
 * (@adrock42)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/adding-filters-3/)
 * I sent this to the main support place but did not receive a reply. I could post
   forward to a git repository as a pull request if you let me know where that is.
   I propose allowing users to change or add to the taxonomy used in tag weighting.
 * add in the following:
    `$tags = apply_filters( 'searchiq_add_tags', $tags, $post);`
   to library/core.php on line 1021
 * would allow users to add extra tags per post programatically. I have created 
   a gist that shows I can create a new taxonomy “search tags” and use those along
   with the other tags already assigned. This allows tag weighting to work on other
   things besides posts that might not use tags.
    -  This topic was modified 7 years, 8 months ago by [H. Adam Lenz](https://wordpress.org/support/users/adrock42/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [H. Adam Lenz](https://wordpress.org/support/users/adrock42/)
 * (@adrock42)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/adding-filters-3/#post-10772190)
 * here is that gist
 * [https://gist.github.com/hadamlenz/63de11374025b1c36b0ed00af9cbe86d](https://gist.github.com/hadamlenz/63de11374025b1c36b0ed00af9cbe86d)
 *  Plugin Author [SearchIQ](https://wordpress.org/support/users/searchiq/)
 * (@searchiq)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/adding-filters-3/#post-10773468)
 * Hi Adam,
    We are checking your request and will update you soon.
 *  Thread Starter [H. Adam Lenz](https://wordpress.org/support/users/adrock42/)
 * (@adrock42)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/adding-filters-3/#post-10782119)
 * Thanks for checking. In v 3.0, the line to add the filter would be closer to 
   1047

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding filters’ is closed to new replies.

 * ![](https://ps.w.org/searchiq/assets/icon-256x256.png?rev=3261307)
 * [SearchIQ - The Search Solution](https://wordpress.org/plugins/searchiq/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/searchiq/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/searchiq/)
 * [Active Topics](https://wordpress.org/support/plugin/searchiq/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/searchiq/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/searchiq/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [H. Adam Lenz](https://wordpress.org/support/users/adrock42/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/adding-filters-3/#post-10782119)
 * Status: not a support question