this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

schemas: fix int/integer

+2 -2
+1 -1
search/post_schema.json
··· 91 91 "tag": { "type": "keyword", "normalizer": "default" }, 92 92 "emoji": { "type": "keyword", "normalizer": "caseSensitive" }, 93 93 94 - "likesFuzzy": { "type": "int" }, 94 + "likesFuzzy": { "type": "integer" }, 95 95 96 96 "everything": { "type": "text", "analyzer": "textIcu", "search_analyzer": "textIcuSearch" }, 97 97 "everything_ja": { "type": "text", "analyzer": "textJapanese", "search_analyzer": "textJapaneseSearch" },
+1 -1
search/profile_schema.json
··· 61 61 "has_banner": { "type": "boolean" }, 62 62 63 63 "pagerank": { "type": "float" }, 64 - "followersFuzzy": { "type": "int" }, 64 + "followersFuzzy": { "type": "integer" }, 65 65 66 66 "typeahead": { "type": "search_as_you_type", "analyzer": "textIcu", "search_analyzer": "textIcuSearch" }, 67 67 "everything": { "type": "text", "analyzer": "textIcu", "search_analyzer": "textIcuSearch" }