Skip to content

Commit 1a76e63

Browse files
committed
Added upgrade notes
1 parent b9417d7 commit 1a76e63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/01_Installation/02_Upgrade.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Following steps are necessary during updating to newer versions.
44

5+
## Upgrade to 2.1.0
6+
- Added `trackTotalHits` parameter to `DefaultSearchService` and `SearchExecutionService`. The default value is true, which means that total hits will always be computed accurately, even if they exceed the search engines threshold for accurate hit calculation. Change this parameter to `null`, to use the default threshold, pass an integer value to set a specific one.
7+
58
## Upgrade to 2.1.0
69
- Added support for Symfony 7
710
- [Indexing] Added sort index for documents

0 commit comments

Comments
 (0)