Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
About search results
« previous
next »
Print
Pages: [
1
]
Author
Topic: About search results (Read 4721 times)
armpouniotis
Sr. Member
Posts: 377
About search results
«
on:
October 02, 2007, 03:41:15 »
Hi there !
how can I fix the results in search, because they always show me something like (/SectionCategory). The separator should be (Section / Category)
Thanx in advance
Chris
Logged
Christos Armpouniotis
datahell
Elxis Team
Hero Member
Posts: 10356
Re: About search results
«
Reply #1 on:
October 02, 2007, 08:09:35 »
It has been fixed in 2008. It is in many places in 2006.x. You should modify the CONCAT in database queries ( be careful ! ). Look at search bots and do replacements like this:
instead of this:
. "\n ".$database->_resource->Concat("'/'", 'u.title','b.title')." AS section,"
write this:
. "\n ".$database->_resource->Concat('u.title',"'/'",'b.title')." AS section,"
etc
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
About search results