Gossamer Forum
Home : Products : DBMan : Customization :

List of and explanation of NH, MH, WW, SD ... url links

Quote Reply
List of and explanation of NH, MH, WW, SD ... url links
Can anyone identify and detail the complete list of the codes used in URL links? I've found the following codes:

ww - whole word
sd - sort descending?
re - regular expression?
nh - UNKNOWN
mh - UNKNOWN

Are there more codes?

Thanks,

Scott

Quote Reply
Re: [scottv] List of and explanation of NH, MH, WW, SD ... url links In reply to
The abbreviations you list are all search options, peculiar to links to search results.

mh = maximum hits per page, set in $db_max_hits in your cfg-file or passed in through the search form in an input field with the name "mh".
nh, I think, is "next hits". When you have more hits than maximum hits per page, dbman builds the link bar to the next page, using "nh=somenumber" to specify which is the next set of results.
so = sort order (ascend/descend)
sb = number of field to sort on
(if you're using the multiple sort mod, these would be "sb1"/"sb2"/"sb3" and "so1"/"so2"/"so3")
re = regular expression, yes.


kellner