preserve post kind in search suggestions
This commit is contained in:
parent
97f8ce3c11
commit
3c88d107bf
|
|
@ -92,7 +92,7 @@ function normalizeOne(r) {
|
|||
r.source);
|
||||
const kind =
|
||||
type ||
|
||||
(coords ? "place" : hasPostSignal ? "post" : "item");
|
||||
(hasPostSignal ? "post" : coords ? "place" : "item");
|
||||
const tags =
|
||||
Array.isArray(r.event_tags)
|
||||
? r.event_tags
|
||||
|
|
|
|||
Loading…
Reference in New Issue