AtlasOfLivingAustralia / avh-hub

Australian Virtual Herbarium
https://avh.ala.org.au
Mozilla Public License 2.0
4 stars 2 forks source link

Advanced search with collector field fails #68

Closed nickdos closed 7 years ago

nickdos commented 7 years ago

Using the search terms "Thiele, K.R." in collector and "3254" in collecting number returns 0 results:

http://avh.ala.org.au/occurrences/search?q=record_number%3A3254+collector_text%3A%22Thiele%2C+K.R.%22

but this URL shows 1 result:

http://avh.ala.org.au/occurrences/search?q=record_number:3254%20collectors:%22Thiele,%20K.R.%22

Difference is the field "collectors_text" vs "collectors". "collectors_text" should match the same way that "collectors" does.

nickdos commented 7 years ago

This now returns 1 result with latest code (local). Needs checking once deployed to avh-test.

nickdos commented 7 years ago

http://avh-test.ala.org.au/occurrences/search?q=record_number%3A3254+collector_text%3A%22Thiele%2C+K.R.%22

nielsklazenga commented 7 years ago

Great. Also works with 'Thiele, K.' in the search string.

m-hope commented 7 years ago

Resolved.