diff --git a/src/functions/queries.json b/src/functions/queries.json index 23453ec..1041c21 100644 --- a/src/functions/queries.json +++ b/src/functions/queries.json @@ -1,81 +1,138 @@ -{ - "Houses near you": [ - "Houses near me" - ], - "Feeling symptoms?": [ - "Rash on forearm", - "Stuffy nose", - "Tickling cough" - ], - "Get your shopping done faster​!": [ - "Buy PS5", - "Buy Xbox", - "Chair deals" - ], - "Translate anything": [ - "Translate welcome home to Korean", - "Translate welcome home to Japanese", - "Translate goodbye to Japanese" - ], - "Search the lyrics of a song": [ - "Debarge rhythm of the night lyrics" - ], - "Let's watch that movie again!": [ - "Alien movie", - "Aliens movie", - "Alien 3 movie", - "Predator movie" - ], - "Plan a quick getaway": [ - "Flights Amsterdam to Tokyo", - "Flights New York to Tokyo" - ], - "Discover open job roles": [ - "jobs at Microsof", - "Microsoft Job Openings", - "Jobs near me", - "jobs at Boeing worked" - ], - "You can track your package": [ - "USPS tracking" - ], - "Find somewhere new to explore": [ - "Directions to Berlin", - "Directions to Tokyo", - "Directions to New York" - ], - "Too tired to cook tonight?": [ - "KFC near me", - "Burger King near me", - "McDonalds near me" - ], - "Quickly convert your money": [ - "convert 250 USD to yen", - "convert 500 USD to yen" - ], - "Learn to cook a new recipe": [ - "How to cook ratatouille", - "How to cook lasagna" - ], - "Find places to stay!": [ - "Hotels Berlin Germany", - "Hotels Amsterdam Netherlands" - ], - "How's the economy?": [ - "sp 500" - ], - "Who won?": [ - "braves score" - ], - "Gaming time": [ - "Overwatch video game", - "Call of duty video game" - ], - "Expand your vocabulary": [ - "definition definition" - ], - "What time is it?": [ - "Japan time", - "New York time" - ] -} +[ + { + "title": "Houses near you", + "queries": [ + "Houses near me" + ] + }, + { + "title": "Feeling symptoms?", + "queries": [ + "Rash on forearm", + "Stuffy nose", + "Tickling cough" + ] + }, + { + "title": "Get your shopping done faster", + "queries": [ + "Buy PS5", + "Buy Xbox", + "Chair deals" + ] + }, + { + "title": "Translate anything", + "queries": [ + "Translate welcome home to Korean", + "Translate welcome home to Japanese", + "Translate goodbye to Japanese" + ] + }, + { + "title": "Search the lyrics of a song", + "queries": [ + "Debarge rhythm of the night lyrics" + ] + }, + { + "title": "Let's watch that movie again!", + "queries": [ + "Alien movie", + "Aliens movie", + "Alien 3 movie", + "Predator movie" + ] + }, + { + "title": "Plan a quick getaway", + "queries": [ + "Flights Amsterdam to Tokyo", + "Flights New York to Tokyo" + ] + }, + { + "title": "Discover open job roles", + "queries": [ + "jobs at Microsoft", + "Microsoft Job Openings", + "Jobs near me", + "jobs at Boeing worked" + ] + }, + { + "title": "You can track your package", + "queries": [ + "USPS tracking" + ] + }, + { + "title": "Find somewhere new to explore", + "queries": [ + "Directions to Berlin", + "Directions to Tokyo", + "Directions to New York" + ] + }, + { + "title": "Too tired to cook tonight?", + "queries": [ + "KFC near me", + "Burger King near me", + "McDonalds near me" + ] + }, + { + "title": "Quickly convert your money", + "queries": [ + "convert 250 USD to yen", + "convert 500 USD to yen" + ] + }, + { + "title": "Learn to cook a new recipe", + "queries": [ + "How to cook ratatouille", + "How to cook lasagna" + ] + }, + { + "title": "Find places to stay!", + "queries": [ + "Hotels Berlin Germany", + "Hotels Amsterdam Netherlands" + ] + }, + { + "title": "How's the economy?", + "queries": [ + "sp 500" + ] + }, + { + "title": "Who won?", + "queries": [ + "braves score" + ] + }, + { + "title": "Gaming time", + "queries": [ + "Overwatch video game", + "Call of duty video game" + ] + }, + { + "title": "Expand your vocabulary", + "queries": [ + "definition definition" + ] + }, + { + "title": "What time is it?", + "queries": [ + "Japan time", + "New York time" + ] + } +] \ No newline at end of file