diff options
author | JeremyJamesL <jeremyluscombe@gmail.com> | 2024-12-09 21:41:49 +0000 |
---|---|---|
committer | JeremyJamesL <jeremyluscombe@gmail.com> | 2024-12-09 21:41:49 +0000 |
commit | 38db70476872f0e6b8d93aab16dc5a4543f5e56c (patch) | |
tree | 732fab0ee1cfdafc4a64ef02fbd256107b38dd3a /README.md | |
parent | 9ab0832af07e3e40dbd3a27b9d6682953e174f0c (diff) |
text search
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -19,12 +19,6 @@ Current searches for pubs in the UK are a bit rubbish. This takes inspiration fr ## To do: -[x] Get all pubs using an API -[] Replace null values for lat,lon with real data -[] Change search client to just -[] Don't return \_highlightResult? -[] Run search on first load -[] Clear listeners -[] remove duplication of search requests when selecting shape +[x] Get all pubs using an API [] Init map all one function [] City of London is missing [] Replace null values for lat,lon with real data [] Change search client to just [] Don't return \_highlightResult? [] Run search on first load [] Clear listeners [] remove duplication of search requests when selecting shape [] shape construction should probably be in data controller [] bundle all remove markers, query and result render into one function  |