Forums / Install & configuration / RC2 Search always returns Searchstring not found

"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".

RC2 Search always returns Searchstring not found

Author Message

Björn X

Tuesday 11 February 2003 5:17:20 pm

Does someone has a quick workaround. I cann't find any errors in the debug mode.

Björn

sergey podlesnyi

Thursday 13 February 2003 5:41:39 am

In both RC1 and RC2 simple search works half way for me: when you search by single word it's ok. But when you search by two or more words it finds the items correctly, displays their names but do not build URLs to them correctly!

Namely, it does not contain main_node_id because $search_result is not an ezcontentobject but an array.

Which is really sad, if you try to get [0] element from this array it contains correct contentobject_id. You can add this id to e.g. //content/edit/ prefix and URL will lead you to correct place. But there is no way to VIEW by contentobject_id! Only by node_id. Or am I wrong and does anybody knows how to view by this id?