rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: kpuk on November 14, 2007, 08:53:32 AM

Title: Address line with some operators
Post by: kpuk on November 14, 2007, 08:53:32 AM
How right wrote this line
<a href="http://%host%%encoded-folder%?recursive&sort=t&page=1&limit=20">View New Files</a>
It must show first 20 new files by date, but i think one ore more operators does not work.
Correct for me does pliz.
Title: Re: Address line with some operators
Post by: Mars on November 14, 2007, 12:09:23 PM
hello rejetto it's good idea to add  a new line parameter NEW to use like ?recursive&new to see only  files according with %new%
Title: Re: Address line with some operators
Post by: Foggy on November 14, 2007, 12:41:15 PM
with all the new filters lately we cant skip what mars is proposing.
Title: Re: Address line with some operators
Post by: rejetto on November 14, 2007, 06:42:10 PM
the "new" filter is accepted.

the sort=t may work or not.
it is based on the timestamp of the file on disk.
if the file was created 1 year ago, but added today, it will report the old timestamp.
Title: Re: Address line with some operators
Post by: kpuk on November 14, 2007, 09:08:15 PM
See:
I use, as example, hfs for library in my local network
And have deep directory structure, that wery need subj.
If you sort=t and one file located at /Scientific/phisics/radiophisics/journal and next file located at /popular/fantasy/some_autor/some_other_folder etc.
It wery Inconveniently.

ps: sorry for my english
Title: Re: Address line with some operators
Post by: rejetto on November 14, 2007, 11:30:34 PM
inconvenient? what/why/where?
Title: Re: Address line with some operators
Post by: kpuk on November 15, 2007, 07:34:47 AM
I wrote upper where inconvenient =)
Title: Re: Address line with some operators
Post by: rejetto on November 15, 2007, 03:25:44 PM
href="?recursive&sort=t&page=1&limit=20&folders-filter=\"

you don't need to specify the rest of the address
Title: Re: Address line with some operators
Post by: kpuk on November 15, 2007, 03:48:43 PM
rejetto - You the best of the best =)
It works fine.
Where i can read about folders-filter=\  ??

Add:

Now i test that string href="?recursive&sort=t&page=1&limit=20&folders-filter=\" and find troublre:
Hfs sort by date only first 20 files which it find.
It let me think that first execute "page=1&limit=20" then "="?recursive" and last one "sort=t"
Bug or not?

ps: sorry for my english
Title: Re: Address line with some operators
Post by: rejetto on November 15, 2007, 05:04:39 PM
yeah, you are right, but that's what it is meant to do.
it sorts the first 20 files found. it's not a bug.
the other way would be, find 10'000 files, sort them, and keep only first 20. clearly this is much more slow.

i would surely leave the first method, but i may introduce the other one through another parameter.
Title: Re: Address line with some operators
Post by: rejetto on November 15, 2007, 05:13:47 PM
Where i can read about folders-filter=\  ??

in the documentation
www.rejetto.com/wiki/index.php?title=HFS:_Address_operators
Title: Re: Address line with some operators
Post by: kpuk on November 15, 2007, 06:32:45 PM
Ok, i finish ask aboun "Show new files"
if You do this it been great. I am not leave are hope. (is it right wrote in English?)
Title: Re: Address line with some operators
Post by: rejetto on November 15, 2007, 07:00:08 PM
i already added it to the to-do-list
Title: Re: Address line with some operators
Post by: bacter on November 15, 2007, 07:26:06 PM
Rejetto:
In the preference of execution of parameters I think the first thing to execute should always be select (with some filter or search , considering if recursive is present) and after that sort and at last formatting( page, limit..), even if the user places them in another order.

First select, then sort, that's a lot faster!
Title: Re: Address line with some operators
Post by: Mars on November 15, 2007, 07:39:45 PM
bacter

The order of the parameters is not important, the execution is made in hfs in a very precise order chosen beforehand
The list is created according to filters and rights and the organization is later made