I have been searching this for a while : Is it possible to do a domain search using field? Not the header field (_CreationDate, _Title, DbCategories, etc.) but the “true” fields that we add in designer.
Some posts in this forum make me think that it is while others make me believe it’s not. I would be nice to have one real answer
(floor)AND ([DbCategories] CONTAINS (“DTR - Java”)) AND ([fldResponsible]=“Robert Houle”)
GOOD
(floor)AND ([DbCategories] CONTAINS (“DTR - Java”)) AND ([_Title]=“Robert Houle”)
I think we can safely assume that it’s only possible to use the header field (_CreationDate, _RevisionDate, _Title, DbCategories, _Note_Title and _Note_Author)