zazuko / cube-creator

A tool to create RDF cubes from CSV files
GNU Affero General Public License v3.0
11 stars 2 forks source link

Root dimensions when creating hierarchies not loading on TEST #1530

Closed AdMSilvan closed 1 month ago

AdMSilvan commented 1 month ago

When attempting to create a hierarchy on TEST, the drop down list for the root dimension only displays ten results, instead of all the shared dimensions available on TEST. The same drop down menu on int and prod functions as intended. Could this possibly be caused by a LIMIT on the query which retrieves the shared dimensions?

Affected functionalities (all that apply)

tpluscode commented 1 month ago

Well of course, the limit was added but the dropdown should also be made searchable like in other places. Will fix this immediately