Search result types
Currently google-sr support the following types of results.
🌟 Suggestions
Suggest more types to be added in our github discussions
Regular search results
Organic search results / Regular or normal search results
ex: "node js"
INFO
These will contain type: ResultTypes.SearchResult
in returned objects
Translations Results
Search result that are obtained via translation queries
ex: "Translate hello to spanish"
INFO
These will contain type: ResultTypes.TranslateResult
in returned objects
Dictionary Results
Search results obtained via "define" queries
ex: "define amazing"
INFO
These will contain type: ResultTypes.DictionaryResult
in returned objects
Current time
Search results obtained via "current time" queries
ex: "what is the current time in uk"
INFO
These will contain type: ResultTypes.TimeResult
in returned objects
Currency conversions
Search results obtained via "Currency conversions" queries
ex: "Convert 10 usd to cad"
INFO
These will contain type: ResultTypes.CurrencyResult
in returned objects