0

I'm working in a project that uses Drupal Solr module and I'm facing a problem plus I'm a complete rookie on Solr config.

The issue is that same weigthing results does not appear ordered alphabetically.

Is that possible? What sould I configure?

Thanks!

razor7
  • 135
  • 10

1 Answers1

1

Change the field type of the field you are sorting from text to string; that should do the trick.

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
Hrvoje Špoljar
  • 5,245
  • 26
  • 42