Bug in 2.17 ?
9 posts by 4 authors in: Forums > CMS Builder
Last Post: September 11, 2012 (RSS)
By Djulia - September 6, 2012
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
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: [Jason] Bug in 2.17 ?
By Djulia - September 6, 2012
[font "Verdana"]>So no matter what you put in the search box, all records are returned?
Yes.
In fact, that seems to be caused if I configure several fields.
Thanks!
Djulia
Re: [Djulia] Bug in 2.17 ?
By Dave - September 6, 2012
interactivetools.com
Re: [Dave] Bug in 2.17 ?
By hk - September 9, 2012
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
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!
interactivetools.com
Re: [azurefire] Bug in 2.17 ?
By Dave - September 10, 2012
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!
interactivetools.com
Re: [Djulia] Bug in 2.17 ?
By Dave - September 10, 2012
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!
interactivetools.com
Re: [Dave] Bug in 2.17 ?
By Djulia - September 11, 2012
It is perfect for me. Thanks!
Djulia