Bug in 2.17 ?

9 posts by 4 authors in: Forums > CMS Builder
Last Post: September 11, 2012   (RSS)

By Djulia - September 6, 2012

Hi,

Impossible to use the searching function per keyword in admin (Keyword|title|query). All records are turned over.

createdBy.fullname functions correctly.

An idea?

Thanks!

Djulia

Re: [Djulia] Bug in 2.17 ?

By Jason - September 6, 2012

Hi,

So no matter what you put in the search box, all records are returned?

If you could send in a [url http://www.interactivetools.com]2nd Level Support Request[/url], we can take a closer look at this for you.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Djulia] Bug in 2.17 ?

By Dave - September 6, 2012

I can reproduce this, I'll do some research and post back with a fix. Thanks.
Dave Edis - Senior Developer

interactivetools.com

Re: [Dave] Bug in 2.17 ?

By hk - September 9, 2012

I have the same problem in 2.16 and 2.17
In multiple search fields the entry clears after pressing the search button and the complete list shows up.

Helmut

Re: [Djulia] Bug in 2.17 ?

By Dave - September 10, 2012

Hi Djulia,

I'm having trouble tracking this one down. Could you send any details to reproduce or an example to me at dave@interactivetools.com? I'll take a look right away. Thanks!
Dave Edis - Senior Developer

interactivetools.com

Re: [azurefire] Bug in 2.17 ?

By Dave - September 10, 2012

Hi Helmut,

We're still trying to track this down. Could you email CMS and FTP login details to dave@interactivetools.com with steps to reproduce? I'll take a look right away.

Note: Email, don't post login details to the forum.

Thanks!
Dave Edis - Senior Developer

interactivetools.com

Re: [Djulia] Bug in 2.17 ?

By Dave - September 10, 2012

Hi Djulia,

I tracked down one problem. When adding custom search fields, extra return characters were causing an issue.

I applied this fix:

I edited: cmsAdmin/lib/menus/default/list_functions.php
And replaced this on line 284 - search for: rowFormats = preg_split
$rowFormats = preg_split("/\n/", $searchFieldsFormat, -1, PREG_SPLIT_NO_EMPTY);
With this
$rowFormats = preg_split("/\r?\n/", $searchFieldsFormat, -1, PREG_SPLIT_NO_EMPTY);

Can you let me know if that fixes your issue as well, or send in your details via email and I'll take a look? Thanks!
Dave Edis - Senior Developer

interactivetools.com

Re: [Dave] Bug in 2.17 ?

By Djulia - September 11, 2012

Hi Dave,

It is perfect for me. Thanks!

Djulia