[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Help On Search by Alphabetical Order
This is a little ugle and will not solve all your problems but I edited the
catalog_before.cfg (located in the Interchange root).
Under this section:
push @out, "fi=$fi" if $fi;
push @out, "sp=$sp" if $sp;
push @out, "st=db";
I added
push @out, "ml=5";
push @out, "tf=description";
The unfortionate part of this is that it is set glogally.
You could try setting these commands in your page search:
search="se=A/su=yes/fi=products/tf=description"
Reference
http://www.icdevgroup.org/cgi-bin/ic/docfly.html?mv_arg=iccattut14%2e05
Good luck,
Chris Slaght
Information Systems Solutions
> >
> >Any body please help in searching alphabetical order for eg. searching
> >
> >Titles which start with "A" or "a" then the result should only display
> >
> >titles start with "A" or "a" .It is very urgent
> >
> >I have tried with following code but no use.
> >
> >[page search="st=db/fi=products/rl=title/rg=yes/rm=65/rx=65"] A [/page]
> >
> >
> >Thanks
> >
> >Vijeeth
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>