<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Sorting in sub-folder cannot work</title> 
  <pubDate>Thu, 09 Apr 2026 16:45:02 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/12431</link> 
  <atom:link rel="self" type="application/rss+xml" title="Sorting in sub-folder cannot work" href="https://bugs.horde.org/ticket/12431/rss" /> 
  <description>Sorting in sub-folder cannot work</description> 
 
   
   
  <item> 
   <title>I discover a problem when using the sorting function in Goll</title> 
   <description>I discover a problem when using the sorting function in Gollem 3.0.1.

I have only one backends running in smb.  When I go inside a sub-folder of the share, trying using one of the sorting (e.g. by updated date) on the top.  It cannot return the result in the current folder but the root folder of the share.

The backend.local.php is as follows:

// SMB Example
$backends[&#039;smb&#039;] = array(
  // Disabled by default
  &#039;disabled&#039; =&gt; false,
  &#039;name&#039; =&gt; &#039;W:&#039;,
  &#039;driver&#039; =&gt; &#039;smb&#039;,
  &#039;hordeauth&#039; =&gt; true,
  &#039;params&#039; =&gt; array(
      &#039;hostspec&#039; =&gt; &#039;file.sambadom.org&#039;,
      &#039;port&#039; =&gt; 445,
      &#039;share&#039; =&gt; &#039;Public&#039;,
      // Path to the smbclient executable.
      &#039;smbclient&#039; =&gt; &#039;/usr/local/samba/bin/smbclient4&#039;,
      // IP address of server (only needed if hostname is different from
      // NetBIOS name).
      // &#039;ipaddress&#039; =&gt; &#039;127.0.0.1&#039;,
      // The default permissions to set for newly created folders and
      // files.
      // &#039;permissions&#039; =&gt; &#039;750&#039;
  ),
  &#039;loginparams&#039; =&gt; array(
      // Allow the user to change to Samba server.
      // &#039;hostspec&#039; =&gt; &#039;Hostname&#039;,
      // Allow the user to change the Samba port.
      // &#039;port&#039; =&gt; &#039;Port&#039;,
      // Allow the user to change the Samba share.
      // &#039;share&#039; =&gt; &#039;Share&#039;,
  ),
  // &#039;root&#039; =&gt; &#039;&#039;,
  // &#039;home&#039; =&gt; &#039;&#039;,
  // &#039;createhome&#039; =&gt; false,
  // &#039;filter&#039; =&gt; &#039;^regex$&#039;,
  // &#039;quota&#039; =&gt; false,
  &#039;attributes&#039; =&gt; array(
      &#039;type&#039;,
      &#039;name&#039;,
      &#039;edit&#039;,
      &#039;download&#039;,
      &#039;modified&#039;,
      &#039;size&#039;
  )
);</description> 
   <pubDate>Sun, 07 Jul 2013 06:20:02 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12431#t79157</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
