Search Improvements

Search Improvements 2.17.3

No permission to download
I'm unable to set content type weighting and save this page:

Search-Improvements-Forum-Admin-control-panel.webp

Therefore I most content types do not show up in latest activity or search. I guess I need to disable this addon.
 
Its just not sticking.
After a false positive, I'm not being able top replicate this issue.

Can you try via this method;
AdminCP => Add-ons => Search Improvements => dropdown => Options
(aka /admin.php?add-ons/SV-SearchImprovements/options )

This way only this add-on options are attempted to be saved incase it is a 3rd party compatibility issue doing something weird
 
Can you try disabling all other add-ons except for Search Improvements and then attempt to save that options page?
 
I disabled all addons except:
Search Improvements
Standard Library
XFES
XFRM
XFMG
Still the same.

Also tried disabling XFES, XFRM, XFMG and still didn't work.
 
I disabled all addons except:
Search Improvements
Standard Library
XFES
XFRM
XFMG
Still the same.

Also tried disabling XFES, XFRM, XFMG and still didn't work.
I'm wondering if cloudflare (or some web-application-firewall) is interrupting the submit; can you open the network tab of browser tools and try saving and seeing if the post returns any errors?
 
I do find this one in the browser console:
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.

But that's on pretty much all pages. I've asked CF support for more information on this one.
 
The code which runs when the option value is verified is very simple*, the only way I can think of it is failing is if something is preventing the option entity itself from saving.

*It filters out content types which no longer have a search handler or have a weight value of 1
 
We now found out how to save it:
It does not save if the value for the enabled option is 1. (default value)
It does save if the value is not 1.
The + - buttons will turn it into a 4 digit value instead of going from 1 to 2 it will go to 1.001

If this is intended behavior, then it may be a good idea to add a bit of text to the page that explains this.
 
Last edited:
Back
Top Bottom