Skip to content

Commit d7cd1e7

Browse files
Merge pull request #121 from algoliareadmebot/master
Update README
2 parents 1b5806b + a74c38c commit d7cd1e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,10 @@ The server response will look like:
370370

371371
- `message` (string, optional): Used to return warnings about the query.
372372

373+
373374
- `aroundLatLng` (string, optional): *Note: Only returned when [aroundLatLngViaIP](#aroundlatlngviaip) is set.* The computed geo location. **Warning: for legacy reasons, this parameter is a string and not an object.** Format: `${lat},${lng}`, where the latitude and longitude are expressed as decimal floating point numbers.
374375

376+
375377
- `automaticRadius` (integer, optional): *Note: Only returned for geo queries without an explicitly specified radius (see `aroundRadius`).* The automatically computed radius. **Warning: for legacy reasons, this parameter is a string and not an integer.**
376378

377379
When [getRankingInfo](#getrankinginfo) is set to `true`, the following additional fields are returned:
@@ -2075,7 +2077,7 @@ We have several methods to manage them:
20752077
When you need to restrict the scope of the *Search Key*, we recommend to use *Secured API Key*.
20762078
You can generate a *Secured API Key* from the *Search Only API Key* or any search *User API Key*
20772079

2078-
There is a few things to know about about *Secured API Keys*
2080+
There is a few things to know about *Secured API Keys*
20792081
- They always need to be generated **on your backend** using one of our API Client
20802082
- You can generate them on the fly (without any call to the API)
20812083
- They will not appear on the dashboard as they are generated without any call to the API
@@ -2727,3 +2729,4 @@ The REST API lets your interact directly with Algolia platforms from anything th
27272729
If you are seeing an error for `Unreachable hosts` when pushing data to Algolia, this is caused by `PyOpenSSL` and older versions of Python. You can see [more information here](https://github.com/algolia/algoliasearch-client-python/issues/30).
27282730

27292731
To fix, either upgrade your Python version or [your urllib3](https://github.com/algolia/algoliasearch-client-python/issues/30#issuecomment-151933567).
2732+

0 commit comments

Comments
 (0)