Skip to content

Commit

Permalink
chore: correctly reference migration versions in v2 to v3 guide (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab authored Jun 14, 2024
1 parent 552f1e3 commit eaf37a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/Migration_2.x_3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The library version `2.0` uses Kotlin version `1.6` and Algolia Kotlin API Clien

InstantSearch Android package has changed. Please update your imports accordingly:

| Module | 1.x | 2.x |
| Module | 2.x | 3.x |
|-----------------------|:-------------------------------------------|:------------------------------------|
| InstantSearch Android | `com.algolia.instantsearch.helper.android` | `com.algolia.instantsearch.android` |

Expand All @@ -28,7 +28,7 @@ its [migration guide][1], or apply the following changes:

The library uses `LogLevel` from the Kotlin API client instead of Ktor's `Loglevel`:

| Subsystem | 1.x | 2.x |
| Subsystem | 2.x | 3.x |
|-------------|:-------------------------------------------|:-------------------------------------:|
| Loglevel | `io.ktor.client.features.logging.LogLevel` | `com.algolia.search.logging.LogLevel` |

Expand All @@ -45,7 +45,7 @@ Refer to Ktor's [migration guide](https://ktor.io/docs/migrating-2.html#feature-

Legacy searchers are removed; please migrate as follows:

| Searcher | 1.x | 2.x |
| Searcher | 2.x | 3.x |
|-----------------------|:------------------------|:-----------------|
| Single Index Searcher | `SearcherSingleIndex` | `HitsSearcher` |
| Facets Searcher | `SearcherForFacets` | `FacetsSearcher` |
Expand Down

0 comments on commit eaf37a6

Please sign in to comment.