Menu

#157 search don't work if disable ajax

V8.1.xx
open
nobody
1
2015-02-16
2014-02-21
Anonymous
No

Hello, I've installed last version and the search doesn't work. With ajax enabled it works, but disabling ajax in config.php, the search string doesn't do anything. Can you please check this?

Discussion

  • Anonymous

    Anonymous - 2015-02-11
    Post awaiting moderation.
  • Marko

    Marko - 2015-02-11

    search do not work, alphabet search works

     
  • Marko

    Marko - 2015-02-16

    SOLVED

    I have changed function in address.class.php - added first blank parameter

    public static function withSearchString($searchstring, $alphabet = "") {
    $instance = new self();
    $instance->loadBy('',$searchstring, $alphabet);
    return $instance;

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.