This is similar to https://forums.funnelback.com/t/result-curations-and-facets/8609, but not exactly.
We are promoting 2 URLs, but we want the curation to only be valid when one of the facets is not selected. The documentation doesn't give enough detail.
The expected outcome is that these 2 URLs are promoted when the text matches and the 'Study Level' facet is not selected. When 'Study Level' facet is selected then the promotion does not display.
What I'm seeing is that, when I select "A facet is not selected" as a trigger, I need to put some value into the 4th box (filter value).
I don't see why I need to give a value. Please can someone advise how this should work.
We're using the multi-tenanted Funnelback instance, which runs 15.24.
The relevant part of the curator configuration JSON is
{
"created" : "2021-05-13T15:17:33.01244+01:00",
"lastModified" : "2021-05-13T15:18:09.979393+01:00",
"id" : "d00276d8-f291-46f8-aabc-622cce6ab317",
"name" : "History Single Honours Course",
"label" : "DEFAULT",
"enabled" : true,
"trigger" : {
"type" : "And",
"triggers" : [ {
"type" : "Or",
"triggers" : [ {
"type" : "AllQueryWords",
"triggerWords" : [ "history" ]
} ]
} ]
},
"actions" : [ {
"type" : "PromoteUrls",
"urlsToPromote" : [ "https://www.brookes.ac.uk/courses/undergraduate/history/", "https://www.brookes.ac.uk/courses/postgraduate/history/" ]
} ]
}