Hi all, is there a way to run "more like this" with x = foo AND y = bar?
What we do now is run a 2nd query looking for "x:foo AND y:bar" after extracting foo and bar from the initial result. That is programmed on the front-end and we were asked if that has to be that way. So I took a closer look at MLT.
In my experiments, "mlt.fl=full_date" returns 234 hits whereas "mlt.fl=full_date,county" returns 20323. The latter returns non-matching counties so it looks like "full_date OR county".
Is MLT field list only "OR", or am I missing something? TIA, Dima