| 
Welcome, Guest

Custom/Advanced Search - The answers
(1 viewing) (1) Guest

TOPIC: Custom/Advanced Search - The answers

Re:Custom/Advanced Search - The answers 2 years, 8 months ago #101425

  • Posts:
  • Karma:
Confirmed that if maximum age is maximum, search still doesn't work.

Reopened old bug #214

Kyle is looking into a fix, and will post here when done.
Beat
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Subscribe to CB documentation - Our templates - Paid Subscriptions - Get Hosting - Our Forge - Incubator
Visit my CB Profile - Send me a Private Message (PM)
--
help us spend more time coding by helping others in this forum, many thanks
The topic has been locked.

Re:Custom/Advanced Search - The answers 2 years, 8 months ago #101430

  • Posts:
  • Karma:
Confirmed bug, investigated, fixed. Will be available in next mini-release, but the following is the fix:

In: components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php

On: 1541
Change:
 
if ( $minValIn && ( $minValIn > $yMinMin ) ) {
 

To:
 
if ( $minValIn && ( $minValIn >= $yMinMin ) ) {
 


On: 1547
Change:
 
if ( $maxValIn && ( $maxValIn < $yMaxMax ) ) {
 

To:
 
if ( $maxValIn && ( $maxValIn <= $yMaxMax ) ) {
 


Please test and report back your findings, would be greatly appreciated.
Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Documentation - Templates - CBSubs - Hosting - Forge - Incubator - GroupJive
--
If you are a Advanced, Professional, Developer, or CBSubs subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Advanced, Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM EST to 4:00 PM EST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My personal site(s)/link(s): AllMySocials - Tutorials
The topic has been locked.

Re:Custom/Advanced Search - The answers 2 years, 8 months ago #101444

  • Posts:
  • Karma:
@ beat

Thanks for re-opening the issue.

@ krileon

Thanks for the solution. I tested it and found it working properly. Keep up the good work!
The topic has been locked.

Re:Custom/Advanced Search - The answers 2 years, 8 months ago #101527

  • Posts:
  • Karma:
alfons wrote:
@ beat

Thanks for re-opening the issue.

@ krileon

Thanks for the solution. I tested it and found it working properly. Keep up the good work!


Sorry guys. My reply was a bit too early. I found it was not working properly when:
- You use Advanced Search
- Search on Age
- NOT IS between 20 and 30 gives the same result as IS between 20 and 30
The topic has been locked.

Re:Custom/Advanced Search - The answers 2 years, 8 months ago #101762

  • Posts:
  • Karma:
Any news about the fact that the advanced search is not working properly with this fix?

Post edited by: alfons, at: 2009/06/14 15:51
The topic has been locked.
Time to create page: 1.06 seconds