Hey.
I really don't understand how the search works.
If I use the keyword search to find a hobby a user wrote in his profile it finds nothing.
So, how can I search for Hobbies? Or other profile fields?
Hey. I really don't understand how the search works. If I use the keyword search to find a hobby a user wrote in his profile it finds nothing. So, how can I search for Hobbies? Or other profile fields? |
I absolutely don't understand that search. If I search for a keyword only the profile pages are searched but not the profile info pages with hobbies and favorite books and so on. How can I enable the search also for profile info pages? Can someone help please? |
well i am not sure how you are running into this situation, since i am testing, and based on certain words, i am able to get results if the search word is on the site.
the searchable modules are as follows: Profiles Blogs News Photos Sites Sounds Videos
so on a members profile, if there is an entry for a keyword, then it should show up. though the default dolphin search functionality does leave a bit to be desired. When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Thanks for your answer! But hobbies and books and so on are not on the profile page. They are on the profile info page. And my Dolphin search don't look at the profile info page. Just on the profile page. Thatswhy it can't find nothing. Just headline and description (because its on the profile page) Or whats my mistake? |
Were you able to find a fix for this? I would also like the keyword search to be able to search for hobbies, favorite movies, etc.
Thanks for your answer! But hobbies and books and so on are not on the profile page. They are on the profile info page. And my Dolphin search don't look at the profile info page. Just on the profile page. Thatswhy it can't find nothing. Just headline and description (because its on the profile page) Or whats my mistake?
|
Same here, if anyone has an answer to this please post it here so we all can fix this issue. |
To allow to search by additional profile's fields you need to add them in this string: 'searchFields' => array('NickName', 'Headline', 'DescriptionMe', 'City', 'Tags', 'Hobbies'), in the beginning of templates/base/scripts/BxBaseSearchProfile.php If "Use operator LIKE for search" option is off you need to add fields into FULLTEXT index in Profiles table. Rules → http://www.boonex.com/terms |