Created
January 1, 2013 06:43
-
-
Save 2dpi/4425610 to your computer and use it in GitHub Desktop.
SEBLOD: adding related article fields to search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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