Skip to content

Instantly share code, notes, and snippets.

@2dpi
Created January 1, 2013 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2dpi/4425610 to your computer and use it in GitHub Desktop.
Save 2dpi/4425610 to your computer and use it in GitHub Desktop.
SEBLOD: adding related article fields to search
SEBLOD - ADDING RELATED ARTICLE FIELDS TO SEARCH
================================================
http://www.seblod.com/support/forum/Content-Types--Forms/29682-SOLVED-Relate-product-to-manufacturer-be-able-to-search-products-by-manufacturers-fields.html#29784
- CCK (* required core field)
(1) Variation = Hidden
(2) Live = Default | Live value = yourContentType (for related article)
(3) Match = Exact
(4) Stage = 1st
- Related article field (include field to search from related article)
(1) Variation = Form
(3) Match = Exact
(4) Stage = 1st
- CCK (2) (* required core field)
(1) Variation = Hidden
(2) Live = Default | Live value = yourContentType (for primary search)
(3) Match = Exact
(4) Stage = Final
- Related article field (actual related article field)
(1) Variation = Hidden
(2) Live = Stage | Live value = 1
(3) Match = Any Word Exact (NB! might not work otherwise)
(4) Stage = Final
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment