Restricting queries with REGEX on the query string

Post Reply
agarcian
Posts: 15
Joined: Wed Oct 20, 2004 2:07 pm

Restricting queries with REGEX on the query string

Post by agarcian »

Is it possible to restrict the results of a query by sending a regex or wildcards on a query?

I guess this is equivalent to using categories; however, I need to create the category on the fly by sending a parameter with the restrictions for the query.

I am thinking on something like
http://100.123.123.123/texis/search?dro ... documents/*

Please let me know if there is any alternative to categories that can be defined on the QueryString when querying the appliance.

Thanks
User avatar
John
Site Admin
Posts: 2597
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Restricting queries with REGEX on the query string

Post by John »

Yes, the syntax would actually be:

..&pr=MYPROFILE&uq=file://SERVER/SHARE/documents/%

The url query variable is uq, and the wildcard character is '%'
John Turnbull
Thunderstone Software
Post Reply