DigitalCommons / land-explorer-front-end

React app for the Land Explorer front end
http://landexplorer.cc
GNU Affero General Public License v3.0
1 stars 0 forks source link

[Backsearch P2][Design] Free text search for land ownership #252

Open lin-d-hop opened 11 months ago

lin-d-hop commented 11 months ago

Description

Adding functionality to be able to search for land owners in free text. @ms0ur1s created some initial designs here, but we got stuck wondering how to weave this into the existing UI on a way that would be easy for users to find and use, but also felt intutive and consistent with our existing UI. After a conversation Marcel and I came up with some loose ideas.

Example of Google Maps differentiating search results: Screenshot from 2023-10-11 09-29-08

Next step, Marcel to create a simple mock (animated if easier) so that we can discuss with @King-Mob to figure the technical feasibility.

Acceptance Criteria

King-Mob commented 10 months ago

This is the sql I found that works for this select * from land_ownerships where proprietor_name_1 like '%searchterm%'

Hopefully there's an easy way to do this with sequelise