# Customization of the "Saved searches" plugin

**URL:** https://meta.discourse.org/t/customization-of-the-saved-searches-plugin/178267
**Category:** Marketplace
**Created:** [February 3, 2021, 12:22pm UTC](https://meta.discourse.org/t/customization-of-the-saved-searches-plugin/178267 "2021-02-03T12:22:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ed\_Bobkov](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_bobkov/32/200014_2.png) [@Ed\_Bobkov](https://meta.discourse.org/u/Ed_Bobkov)
#### Post date: [February 3, 2021, 12:22pm UTC](https://meta.discourse.org/t/customization-of-the-saved-searches-plugin/178267/1 "2021-02-03T12:22:06Z")

</div>

**What would you like done?**

There is a plugin: [Discourse Saved Searches](https://meta.discourse.org/t/saved-searches-plugin/67901)

Changes to be done:

1. The main idea is to give users the ability to track new posts in the chosen combinations: category-subcategory-tag. When there is a new topic in this combination, a standard notification should be sent. So the mechanics of the plugin should be changed in this part.

2. The user preferences page should be changed: text fields changed to “category”-“subcategory”-“tag” combination like here:  

3. Change schedule. At this time it is done once a day. I need the searches to be done every 1-15 minutes depending on the server load. I’ll decide later.

> I found in the code this line  
> `SEARCH_INTERVAL = 1.day`
> 
> here:  
> `app/jobs/scheduled/schedule_saved_searches.rb`
> 
> If I change it to  
> `SEARCH_INTERVAL = 15.minutes`
> 
> Maybe that’s the solution.

1. Change the number of lines in the list of searches from 5 to 10.

> I found
> 
> ```plaintext
> export default Ember.Controller.extend({
> saving: false,
> maxSavedSearches: 5,
> 
> ```
> 
> here  
> `assets/javascripts/discourse/controllers/preferences-saved-searches.js.es6`

**When do you need it done?**  
1 week

**What is your budget, in $ USD that you can offer for this task?**  
I’d like to receive your quote. Please, pm me.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [February 3, 2021, 5:56pm UTC](https://meta.discourse.org/t/customization-of-the-saved-searches-plugin/178267/2 "2021-02-03T17:56:50Z")

</div>

I might be able to help. I’ll send a pm.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [March 6, 2021, 8:00am UTC](https://meta.discourse.org/t/customization-of-the-saved-searches-plugin/178267/4 "2021-03-06T08:00:42Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
