I am running several Farcry sites on the same server - all sharing the
same core.
When I do a test search on one site, it works fine (Admin > Verity
Plugin > Test Search)
When I do a test search on a second site, I get the initial search
form, and then on submission I get the website's nav system - and
nothing else. Any ideas why this might be happening?
thanks,
elaine
The site that was working correctly (as I indicated in the first
post), did not have Friendly URLs enabled. The other side did.
Friendly URLs was breaking getLink in the farVeritySearch plugin.
Specificaly, displaySearch.cfm was calling getLink to create the forms
actionURL. Using a direct link (objectID instead of friendly URL)
resolved the issue.
fwiw,
elaine
elaine
--
You received this message because you are subscribed to the Google Groups "farcry-beta" group.
To post to this group, send email to farcr...@googlegroups.com.
To unsubscribe from this group, send email to farcry-beta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/farcry-beta?hl=en.
www.mydomain.com/friendly/AAA7F610-FBCB-11DD-AAED0016E66CD9A8/viewSearch
instead of:
www.mydomain.com/index.cfm?AAA7F610-FBCB-11DD-AAED0016E66CD9A8&view=Search
causing nothing to display except the site nav. Which makes sense - it
was going no where. Why it was doing this, I don't know....
elaine