feat: implement global search functionality for adventures, collections, users, and locations

This commit is contained in:
Sean Morley
2025-01-18 12:28:14 -05:00
parent 9132ef39ec
commit d60945d5b7
10 changed files with 186 additions and 209 deletions

View File

@@ -10,4 +10,5 @@ from .note_view import *
from .overpass_view import *
from .reverse_geocode_view import *
from .stats_view import *
from .transportation_view import *
from .transportation_view import *
from .global_search_view import *