mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-05 22:17:39 +03:00
fix(search): remove broken search route
can't do searches now unless logged-in BREAKING CHANGE: any search request will be responded with a 410
This commit is contained in:
parent
a0ac36a174
commit
f49062d44a
13 changed files with 36 additions and 489 deletions
|
@ -8,11 +8,6 @@ const formatSlug = (slug, charToRemove) =>
|
|||
////////////////////////////////////////////////////////
|
||||
// EXPORTS
|
||||
////////////////////////////////////////////////////////
|
||||
export const searchKey = urlObj => {
|
||||
const slug = formatSlug(urlObj.search, '?');
|
||||
return `search:${slug}`;
|
||||
};
|
||||
|
||||
export const answersKey = urlObj => {
|
||||
const slug = formatSlug(urlObj.pathname, '/');
|
||||
const lang = getLang(urlObj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue