mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Localize online search results to user country when location available
Get country code to server chat api from i.p location check on clients. Use country code to get country specific online search results via Serper.dev API
This commit is contained in:
@@ -6,6 +6,7 @@ export interface LocationData {
|
||||
city: string;
|
||||
region: string;
|
||||
country: string;
|
||||
countryCode: string;
|
||||
postal: string;
|
||||
latitude: number;
|
||||
longitude: number;
|
||||
|
||||
Reference in New Issue
Block a user