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
  • 133
  • 9

1 Answers1

1

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

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
Hrvoje Špoljar
  • 5,162
  • 25
  • 42