-
-
Notifications
You must be signed in to change notification settings - Fork 617
-
Hi there, what is the min and max to set for priority? Is it based on number of plugins installed? 10=top priority?
The docs don't say how to set it up.
GPT said to enter negative numbers which sounds incorrect?
Beta Was this translation helpful? Give feedback.
All reactions
The values range from a minimum of -999 to a maximum of 999, with a default setting of 0. You can simply think of it as the items being sorted in descending order (highest values appearing first).
When all values are at their default (0):
- To place the URL plugin at the very top of the results, set its value to 1.
- To place the URL plugin at the very bottom of the results, set its value to -1.
Negative values are allowed because the default is set to 0. This feature was included so you can quickly lower the priority of a specific plugin whenever needed. (In the past, negative values were not allowed. To deprioritize the 'Search' plugin, it was necessary to increment all other plugin prior...
Replies: 2 comments
-
The values range from a minimum of -999 to a maximum of 999, with a default setting of 0. You can simply think of it as the items being sorted in descending order (highest values appearing first).
When all values are at their default (0):
- To place the URL plugin at the very top of the results, set its value to 1.
- To place the URL plugin at the very bottom of the results, set its value to -1.
Negative values are allowed because the default is set to 0. This feature was included so you can quickly lower the priority of a specific plugin whenever needed. (In the past, negative values were not allowed. To deprioritize the 'Search' plugin, it was necessary to increment all other plugin priorities to 1 while keeping Search at 0.)
Beta Was this translation helpful? Give feedback.
All reactions
-
@onesounds Thanks for that.
I suppose a sensible option is to use 0-100 to think of it like a percentage. Brilliant thanks for the reply.
Beta Was this translation helpful? Give feedback.