215 Posts
cubist
8 years ago
2
Topic

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

Get a Book for SEBLOD
8 years ago
1
Level 1

Hi Cubist,

the search query field display nothing. It only get $items from database.

You must look in the list template, where the render is done.


Regards.

Lionel

215 Posts
cubist
8 years ago
0
Level 2

Solved... somehow that class must have persisted from another version of my Search Type. Thx

Get a Book for SEBLOD