But the result was just the search for the customfield and not a search for the term “batman”. I would like a combination of both.
So the customfield value and the searchterm “batman”.
Hi,
Since version 1.8 I think, when you use custom field in search, you must drop the hyphens and the plus sign is no longer required.
Example of searchfor I use ( #[flowVars.custom_field_last_valid_without_hyphen] is replaced by the custom field id without hyphen) :
extension:(xlsx) AND (customfieldvalue:(#[flowVars.custom_field_last_valid_without_hyphen]T) OR customfieldvalue:(#[flowVars.custom_field_last_valid_without_hyphen]F)
thanks for your answer.
You*re right, that’s how it works today and i also used it like this (my first post).
My Question was more about the Searchfor field. So a combination of customfield Search and Text Search. If i use both separately everything works really great. If i want to combine it, i just get the results of the customfiled filter and not combined with the result of the Search text.