dweb-search-frontend icon indicating copy to clipboard operation
dweb-search-frontend copied to clipboard

Factor out searchQuery vuex store

Open femans opened this issue 3 years ago • 0 comments

Technically, the searchQuery store is a redundant feature, because it is completely registered in the URL.

In the long run it should either get a reason to exist or removed completely, as not to have unnecessary mainenance/code.

Right now it is still tightly coupled with the searchResults vuex store and this is why it can not be removed easily.

femans avatar Oct 15 '21 12:10 femans