Bypassing search results in pages.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Reading

    Bypassing search results in pages.

    I belong to an association that features a searchable database. The
    results are doled out in pages with ten listings per page. I'd like to
    bypass this and view the whole or at least larger results. Below is
    the HTML code for a search for people with the job title "Director" in
    the database:





    To view the whole list, you have to keep clicking on increasing page
    numbers (pn=3, 4, 5 etc.).

    Is there a way to enter a URL to view the whole list or a larger
    portion?

    Thanks.
  • Dave Patton

    #2
    Re: Bypassing search results in pages.

    reading@triad.r r.com (John Reading) wrote in
    news:f2a258e7.0 310291024.13e8a 1d2@posting.goo gle.com:
    [color=blue]
    > I belong to an association that features a searchable database. The
    > results are doled out in pages with ten listings per page. I'd like to
    > bypass this and view the whole or at least larger results. Below is
    > the HTML code for a search for people with the job title "Director" in
    > the database:
    >
    > https://Membership/Membership_direct...&rc=1033&ln=&f
    > n=&jt=Director& cn=&cc=
    >
    > https://Membership/Membership_direct...&rc=1033&ln=&f
    > n=&jt=Director& cn=&cc=
    >
    > To view the whole list, you have to keep clicking on increasing page
    > numbers (pn=3, 4, 5 etc.).
    >
    > Is there a way to enter a URL to view the whole list or a larger
    > portion?[/color]

    Those aren't URLs that we can use - there's no site called "Membership ".

    You should ask the site's webmaster, as Membership_dire ctory.cfm
    is a Cold Fusion file, and whether or not it has the ability
    to output the requested data in any format other than listing
    10 per page, or even output to other formats than HTML(e.g.
    output comma-delimited plain text), is up to whomever wrote
    the code.

    You can sometimes guess at alternatives that might work, such as
    using "pn=ALL", or "pn=", or leaving out "pn=".

    --
    Dave Patton
    Canadian Coordinator, the Degree Confluence Project
    http://www.confluence.org dpatton at confluence dot org
    My website: http://members.shaw.ca/davepatton/
    Vancouver/Whistler - host of the 2010 Winter Olympics

    Comment

    Working...