quepid icon indicating copy to clipboard operation
quepid copied to clipboard

Small refactoring opportunity

Open epugh opened this issue 2 years ago • 1 comments

At one point, echoParams=all was set by Quepid, but these days Splainer-search does it.

Remove lines 83 in QueriesSvc:

          // add echoParams=all if we don't have it defined to provide query details.
            if (args['echoParams'] === undefined) {
              args['echoParams'] = 'all';
            }

And make sure we get echoParams ;-)

epugh avatar Sep 09 '23 12:09 epugh

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please do advocate for this issue and ideally submit a patch to get the attention of the maintainers!

stale[bot] avatar Jul 19 '25 08:07 stale[bot]