Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tag, remove tag, but still the page gets found thru the TagEngine #20

Closed
wiske80 opened this issue Aug 13, 2015 · 7 comments
Closed
Assignees

Comments

@wiske80
Copy link

wiske80 commented Aug 13, 2015

Hi guys,

i'm experiencing a strange thing. I hope you can replicate this.

  • Create a new page. (with tag property)
  • add 1 tag to the page, publish (e.g "tagname" )
  • tagEngine.GetContentReferencesByTags("tagname", homepage.ContentLink) => fetched all references including my page.
  • open the created page and remove the added tag. Publish the page. ( so no tags anymore)
  • run the tagEngine.GetContentReferencesByTags("tagname", homepage.ContentLink) again. Here is still see the page it fetched even though it doesnt has the tag anymore.

I have this problem with more pages.. All pages that once had the tag and now are removed, are always fetched when asking for a tag it once had...

Hope you can replicate this also, but more importantly fix it soon, as a client found this problem... Using the latest Geta Tags with latest EPiServer 8.8.*

P.S i could reproduce this on a clean MVC Alloy site as well...

@frederikvig frederikvig self-assigned this Aug 18, 2015
@frederikvig
Copy link
Member

I can confirm this behavior. We have a scheduled job called "Geta Tags maintenance" that can be run to clean up removed tags. I do see that it would be useful that it got updated when published - I'll add this as an enhancement for the next release. For now you can setup the scheduled job to run as often as you require.

Hope this helps and thanks for reporting this.

Frederik

@wiske80
Copy link
Author

wiske80 commented Aug 19, 2015

Thanks Frederik.. I didn't knew about the scheduled job.. I'm running it now every hour. Just to be sure.
The client has been informed that it could take up to at least an hour before pages are removed from the overview. For now this is a workable solution. But hope to get a update soon.

@frederikvig
Copy link
Member

Fixed in version 2.0.3 and later.

@wiske80
Copy link
Author

wiske80 commented Aug 31, 2015

awesome! When can we expect the 2.0.3 to be pushed to the EPi nuget feed?

@frederikvig
Copy link
Member

Uploaded, but waiting for approval. Hopefully in a day or two.

@frederikvig
Copy link
Member

And it's live :)

@wiske80
Copy link
Author

wiske80 commented Sep 1, 2015

awesome! thanks mate!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants