Forums / Setup & design / How to search in specific classid ?!

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How to search in specific classid ?!

Author Message

Selmah Maxim

Saturday 02 August 2003 3:19:36 am

Hi ..

I have this template :

<form action={"/content/search/"|ezurl} method="get" style="margin-top: 0px; margin-bottom: 0px; padding: 0px;">
<input class="searchbox" type="text" size="20" name="SearchText" id="Search" value="" />
<input type="hidden" name="SearchContentClassID" id="SearchContentClassID" value="{$CompanyDataClassID}" />
</form>

why this doesn`t work ?
or to search in specific class i need to make the action is 'Advanced search' ?!

thx in advance.

Selmah Maxim

Saturday 02 August 2003 5:15:16 am

found it .. it was revision problem !