Hi
We are using TS 7.3.2 Windows server 2008 64 bit. I have run into an issue with Idol serving documents. When I run the following query Idol bring back a document twice (2 different Id's). Is there anyway to remove the idol documents manually? When I delete the document and submit to staging it removes only one document.
http://xx.xx.xx.xx:8080/lscs/v1/document/$?q=path:templatedata/test/content/data/type/product/filetest.xml&project=//TSClient/default/main/www/TestSite
thanks
In vanilla 7.3.2, if you don't specify the context parameter, then you get multiple copies (one per workarea/edition that was indexed). You can add &context=/default/main/mybranch/STAGING to get just that version.
The real fix is to obtain patch TS-18304 from support. Not only will "no context" mean "staging" by default, but it fixes a whole bunch of other things as well.
thanks for the reply.
We have that patch in place . We implemented that few months ago. I see the same issue on the Authoring and Runtime. The interesting thing on the runtime is that when I query for that document It doesnt exist but the site still displaying it..
I tried publishing the document again and delete it through the PLC and still it removes only the new one. The old document ( with same content ) still stays there....
Any help would be appreciated!
Well you're using a substring operator ( instead of the exact match (:=) so maybe the ghost record has/had a space at the end of the filename, or something like that.
In terms of a fix, I don't know what else to suggest other than deleting the project from LSCS and redeploying all of it.