Your posting does actually show up under the IIS tag, it's just that it's at
the end of the list: http://www.iislogs.com/Tags/IIS?page=19. I ran into a
similar problem with the Taxonomies module, however the problem isn't with
either the Tags or Taxonomies modules, it's an issue with the data access
system in Orchard itself.

If you look at the GetTaggedContentItems method in the TagService you can
see the problem. There is no OrderBy clause specified. Due to the way the
content system is structured there's no effective way to specify an order at
the same time that you're using paging.

I mentioned this to Sebastien when I realized the same problem while using
the Taxonomies module. He apparently has a workable solution by dropping
below Orchard's Repository level and using NHibernate directly. However
Taxonomies is not a core module like Tags, so I don't know what the plan is
to address this issue. Hopefully someone on the team can chime in with more
information.

Kevin

On Wed, Jun 1, 2011 at 10:51 PM, Steve Schofield <[email protected]> wrote:

> Not sure what to make of this.  I posted my first blog posting on
> www.iislogs.com/steveschofield.
> http://www.iislogs.com/steveschofield/LocalDomainUsersFTP75OnSameSite
>
> I'm not here to promote it, the interesting thing when I tagged with IIS,
> which I browse the 'IIS' tag, the posting doesn't show up?  Any ideas?
> http://www.iislogs.com/Tags/IIS
>
> Steve
>
>
>
>
> ---
> You are currently subscribed to orchard-discuss as:
> [email protected].
> To unsubscribe send a blank email to
> [email protected].
>
>

-- 
Kevin Kuebler
Lead Developer, NimblePros
twitter: @kevinkuebler <http://twitter.com/kevinkuebler>


---
You are currently subscribed to orchard-discuss as: [email protected].
To unsubscribe send a blank email to [email protected].

Reply via email to