I am trying to understand how to search on the meta info that I have setup in the index file. I started simple by creating "Author" as Meta name,Search form name as "Author" Search Method Partial Text match. I run the index on a small site we are still developing. I am using a custom .acsx control to call the CGI file but created a text box call Author and passed the following Query string to the CGI File but not seeing any results. Looking at your code that is how I figured out the other query params but must be missing something for the Meta Information. Is the Meta information Casesentive, or need quotes around the partial text match?
"zoom_query=test&zoom_and=1&zoom_per_page=25&zoom_ xml=1&Author=ncsl"
Meta Information Example from a page with in a DNN website:
AUTHOR NCSL Dev Site
RESOURCE-TYPE DOCUMENT
DISTRIBUTION GLOBAL
ROBOTS INDEX, FOLLOW
REVISIT-AFTER 1 DAYS
RATING GENERAL
PAGE-ENTER RevealTrans(Duration=0,Transition=1)
ZOOMCATEGORY LABORReports
Author NCSL
Last-Modified Fri, 11 Apr 2008 00:00:00
ZOOMPAGEBOOST 5
One addition question. Is can you tell from the index files if meta information is getting picked up?
"zoom_query=test&zoom_and=1&zoom_per_page=25&zoom_ xml=1&Author=ncsl"
Meta Information Example from a page with in a DNN website:
AUTHOR NCSL Dev Site
RESOURCE-TYPE DOCUMENT
DISTRIBUTION GLOBAL
ROBOTS INDEX, FOLLOW
REVISIT-AFTER 1 DAYS
RATING GENERAL
PAGE-ENTER RevealTrans(Duration=0,Transition=1)
ZOOMCATEGORY LABORReports
Author NCSL
Last-Modified Fri, 11 Apr 2008 00:00:00
ZOOMPAGEBOOST 5
One addition question. Is can you tell from the index files if meta information is getting picked up?
Comment