Hi all,
having two fields named 'type' and 'cat' with identical type and options,
but different values recorded, would it be possible to query them as they
were one field?
For instance
q=type:electronics cat:electronics
should return same results as
q=common:electronics
I know I could make it defining a third field 'common' with copyFields from
'type' and 'cat' to 'common' but this wouldn't be feasible if you've already
lots of documents in your index and don't want to reindex everything, isn't
it?
Any suggestions?
Thanks in advance,
Tommaso