Skip to content

Commit 18db39c

Browse files
committed
MAN-319: Activity Log search
1 parent 9412106 commit 18db39c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

gradle.properties

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# WARNING - THIS FILE WAS GENERATED BY THE dps-gradle-spring-boot GRADLE PLUGIN
2+
# AND ANY MANUAL CHANGES WILL BE OVERRIDDEN ON YOUR NEXT BUILD.
3+
#
4+
# To make general changes to the configuration below, change the gradle plugin dps-gradle-spring-boot,
5+
# publish a new version and update to the new version in your gradle build script
6+
#
7+
# To stop the dps-gradle-spring-boot project from overwriting any project specific customisations here, remove the
8+
# warning at the top of this file.

src/main/kotlin/uk/gov/justice/hmpps/probationsearch/contactsearch/activitysearch/ActivitySearchService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ private fun BoolQueryBuilder.fromActivityRequest(request: ActivitySearchRequest)
184184
.field("description")
185185
.field("complied")
186186
.flags(
187-
SimpleQueryStringFlag.AND,q
187+
SimpleQueryStringFlag.AND,
188188
SimpleQueryStringFlag.OR,
189189
SimpleQueryStringFlag.PREFIX,
190190
SimpleQueryStringFlag.PHRASE,

0 commit comments

Comments
 (0)