From 5869796c08003f41f0ac8e4738414d136b075b1d Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 26 Jan 2022 13:26:47 +0100 Subject: Modular rank profiles --- config-model/src/test/derived/rankprofilemodularity/test.sd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-model/src/test/derived/rankprofilemodularity/test.sd') diff --git a/config-model/src/test/derived/rankprofilemodularity/test.sd b/config-model/src/test/derived/rankprofilemodularity/test.sd index 29f39bef59d..720e2143f17 100644 --- a/config-model/src/test/derived/rankprofilemodularity/test.sd +++ b/config-model/src/test/derived/rankprofilemodularity/test.sd @@ -18,12 +18,12 @@ schema test { rank-profile in_schema2 inherits outside_schema2 { - function f1() { + function f2() { expression: fieldMatch(title) + fo2 } first-phase { - expression: f1 + expression: f2 } } -- cgit v1.2.3