Please Log in or Create an account to join the conversation.
Have added a bug ticket to investigate further.1 - i have this message when I change 'ordering' alphabetical in the Plugin Search-Community Builder
If you have firstname and lastname it's 2 separate fields. You need to search using "Any words" instead of "All words" under "Search for:".2 - My field search contains firstname and lastname. When I want to search with 2 words with firstname and lastname, the result is 0 résult
(I tried with all the words, and other cases.....) - It seems to work only with one word.
You won't be able to do this as HTML isn't allowed in Joomlas search results. I'm not aware of a way to force allowing HTML in the search results either, sorry.3 - I would like to display the avatar in the Title And Text result . I don't find the syntax. (I tried url, img, background-image .....)
Placeholder for what? For the search input? CB has no control over that and is probably a parameter of your search module.4 - How to change the placeholder ? (Actually in French : Element à rechercher)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The way Joomla search works when using any words is the search is split into words via a space. It then searches the fields for either of those words. If it finds a match then result is displayed. In your case it's checking the firstname and lastname for each of those supplied words. Will review adding the core fields (name, firstname, middlename, lastname, email, etc..) to be always be selectable for searching as what you're needing is probably exact words search against the name field which atm will only be doable if you setup your name usage to use a single name field.2 - I change to Any Words and here is the result with 2 words (see 2 captures) :
In 1capture , look likes 2nd word not useful (because 3 characters minimum ?)
In 2capture , look likes 2nd word doesn't work
???
We've absolutely no control over this. Joomla runs htmlspecialchars on the search result so all HTML output is escaped. We've no means of preventing this. I believe the only way you can have this is to override the com_search default_results tmpl file from your Joomla template as a layout override and remove that htmlspecialchars, but that is likely there for security reasons and suggest maybe posting on the forums about it as there could be some serious risk associated with making that change.3 - Really any chance to have a solution to display AVATAR ? ... I really need this case.
Please Log in or Create an account to join the conversation.