OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Taxonomy Autocomplete - load terms via service and maintain ordering #4409

Open orchardbot opened 10 years ago

orchardbot commented 10 years ago

@j3ffb created: https://orchard.codeplex.com/workitem/20580

Currently the taxonomy autocomplete is loaded via a list on the page, this can cause the page to load slowly if there are a high number of terms. The order of the terms is also not maintained.

I have changed the module to load the terms via a new service and build the hidden input fields to maintain the order of the terms.

I will submit a pull request with my changes.

orchardbot commented 10 years ago

@sfmskywalker commented:

Please. Thanks!

orchardbot commented 10 years ago

@j3ffb commented:

https://orchard.codeplex.com/SourceControl/network/forks/j3ffb/RVC/contribution/6469

orchardbot commented 10 years ago

@j3ffb commented:

Above fork seemed to stop working?? so added this again....

https://orchard.codeplex.com/SourceControl/network/forks/j3ffb/royalvetcollege/contribution/6972

orchardbot commented 10 years ago

@Piedone commented:

Commented on PR.