changelog fix
This commit is contained in:
parent
c044c4d4aa
commit
6f683e0990
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
type: fix
|
||||
issue: 6046
|
||||
backport: 7.2.2
|
||||
title: "Previously, using `_text` and `_content` searches in Hibernate Search in R5 was not supported. This issue has been fixed."
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
type: add
|
||||
issue: 6046
|
||||
backport: 7.2.2
|
||||
title: "Added support for `:contains` parameter qualifier on the `_text` and `_content` Search Parameters. When using Hibernate Search, this will cause
|
||||
the search to perform an substring match on the provided value. Documentation can be found [here](/hapi-fhir/docs/server_jpa/elastic.html#performing-fulltext-search-in-luceneelasticsearch)."
|
||||
|
|
Loading…
Reference in New Issue