CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Advanced search fines no results when you press enter
Pages: [1]

Author Topic: Advanced search fines no results when you press enter  (Read 433 times)

Chelcone

  • I post occasionally
  • **
  • Posts: 82
  • Karma: 1
  • CiviCRM version: 3.4.0
  • CMS version: Drupal 6.*
  • MySQL version: MySQL 5.*
Advanced search fines no results when you press enter
July 01, 2011, 08:24:20 am
Hi Guys

Don't know if this is a bug but when we are searching using advanced search we type the postal code for example into the box and then press enter and it comes back with no results, however if you search using the search button and exactly the same criteria it comes back with results.

Any ideas?

Thanks

Chelcone

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Advanced search fines no results when you press enter
July 01, 2011, 02:24:12 pm
Hi - with these sorts of relatively easy to replicate problems it is always a time-saver to redo same steps on Demo - as this then helps the core team and others know if this is something peculiar to your set up
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Chelcone

  • I post occasionally
  • **
  • Posts: 82
  • Karma: 1
  • CiviCRM version: 3.4.0
  • CMS version: Drupal 6.*
  • MySQL version: MySQL 5.*
Re: Advanced search fines no results when you press enter
July 04, 2011, 12:46:33 am
Good advice, i will do that before posting next time.

Demo site does not have the same problem.

From that i decided to change some code that i had edited to keep all the boxes open when the page loads and it fixed the issue. This was the line:

Code: [Select]
<div class="crm-accordion-wrapper crm-ajax-accordion crm-{$paneValue.id}-accordion {if $paneValue.open eq 'true' and $openedPanes.$paneName}crm-accordion-open{else}crm-accordion-closed{/if}">
and i changed it to:

Code: [Select]
<div class="crm-accordion-wrapper crm-ajax-accordion crm-{$paneValue.id}-accordion {if $paneValue.open eq 'true' and $openedPanes.$paneName}crm-accordion-closed{else}crm-accordion-open{/if}">
Any ideas how i can get the same result of all of the boxes open when the page loads?

Thanks

Chelcone
« Last Edit: July 04, 2011, 01:22:55 am by Chelcone »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Advanced search fines no results when you press enter

This forum was archived on 2017-11-26.