All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Multiple collections per channel with different fields

stevelorek 2 Nov 2011 11:05 question, complete

Is it possible to create multiple collections per channel, each with different searchable fields?

I'm creating a multi-language site so ideally I'd like a different search collection for each language, which only indexes the channel fields for that language.

The only way I can see that might work is setting a weight to 0. But it's not clear if this excludes the field from being indexed altogether, or if it's just not given additional weight.

Replies

  1. Low 2 Nov 2011 11:06

    Hi Steve,

    No weight means it will not be added to the index. So you can do exactly what you describe.

  2. stevelorek 2 Nov 2011 14:46

    Great, thanks.