C
Cassandra Lindquist
I need to develop a search so users enter a unique number and the search form
searches all folders and subfolders of the site to match this unique number
to the name of a directory. The search results should return the public path
to the directory (we have directory browsing enabled):
search for from page on root of site: 12345
return: http://www.siteroot.com/dir1/12345
I have tried doing this with the Indexing Service and asp, but it seems that
only searches the title of the actual files, not folders.
searches all folders and subfolders of the site to match this unique number
to the name of a directory. The search results should return the public path
to the directory (we have directory browsing enabled):
search for from page on root of site: 12345
return: http://www.siteroot.com/dir1/12345
I have tried doing this with the Indexing Service and asp, but it seems that
only searches the title of the actual files, not folders.