I'm using the
Search Query Field Plugin, and seeing a "none" class generated in the HTML code -- very odd!
See this
Search Example per the test site
Here is the HTML generated by the search for the last cell in the first table row:
<td><div class="cck-clrfix none">6</div></td>
</tr>
Note the fourth column Qty_onHand displays as blank because the Seblod generated a "none" class...
WHY? otherwise a "6" would be shown -- which you can see when viewing using FireBug.
Thx for your help!
FYI / This is the Search Query I wrote for the field:
SELECT a.wci_sku, b.fti_sku, a.qty_onhand, b.description
FROM #__cck_free_form_xref_qty AS a
JOIN #__cck_free_form_xref AS b
ON a.wci_sku = b.wci_sku
WHERE [MATCH]b.wci_sku||$uri->getValue('x_wci_sku')[/MATCH]
Using Seblod 3.4.2 and Joomla 3.3.6