Open goddesswarship opened 1 week ago
@holmbergius asked me to check if this was resolved with the 10.4.1 upgrade. Verified it's still occurring.
i think this may be a two-part problem, so it will need twice as much investigating! haha :sob:
submitters
photographers
(manually) this does not appear to be doing partial matches (e.g. match when passed just a first or last name).part (1) likely needs a more complex (multi-field) query sent.
part (2) might be complicated by the fact we are expecting this to match names as well as email addresses. if a user types in the last name "smith" we might expect "john smith" to match. and yet, we would (probably) not want it to match foo@example.com
to match every @example.com
email address. so that is a weirdly complex mapping we might need.
I think we would want it to match every @example.com
address. And when they go "woah, that's a lot", they can adjust their search. We can't predict their data needs, just make their results clear
I think we would want it to match every
@example.com
address. And when they go "woah, that's a lot", they can adjust their search. We can't predict their data needs, just make their results clear
noted. this might(hopefully) make the mapping change a little easier, for part (2).
I've definitely had times where I did just the email domain search to identify users of a specific organization.
Expected behavior When performing an encounter search (
/react/encounter-search
) by photographer name, search results display encounters that match the search query.Current behavior An encounter search by photographer name when there is no associated photographer email address on the encounter produces 0 results.
Testing notes Example encounter with photographer name but no photographer email address (does not appear in search with partial name or with exact match)
Example encounter with a photographer name and email address (search results appear with partial name, exact name, and email address)
Couldn't find an example in Seadragon to test with as all examples found have photographer name/email address combo.
Additional user notes
Community link https://community.wildme.org/t/seal-wildbook-encounter-search-metadata-photographer/4395