You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Also; There was an issue with photographer information when we moved to Codex in 2022. All information was first not there, but was brought there afterwards, seemingly successfully. But if that information is useful for this issue.
i think this may be a two-part problem, so it will need twice as much investigating! haha 😭
it appears that the search query (when using that field "Submitter, Photographer, or Email Address") sends this as a value to only match submitters
even when forcing to match on 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 [email protected] 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).
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
The text was updated successfully, but these errors were encountered: