Releases: klokantech/osmnames-sphinxsearch
Releases · klokantech/osmnames-sphinxsearch
v1.0
- Improved index, boosted fast index for exact or prefix on
name
andalternative_names
columns only; large infix-soundex index onname
,alternative_names
,display_name
columns. - Changed indexing for OSMNames data 1.1 #25
- Added caching via HTTP headers: provides
Cache-Control
,Last-Modified
; respectsIf-Modified-Since
- Alias route for simple autocomplete search:
/[<country>/]q/<query>
#29 - Two phase search with internal iterations, merging results from more accured index if results are not enough
- Sorting data before index by importance value
v0.13
- New data columns from OSMNames version 1.1
v0.12
v0.10
v0.9
- vector maps for preview
- index country_code
- improved searching (iterative search with modifiers, boost whole query with spaces)
v0.8
Improve javascript demo (using standard component) (#11)
v0.7
- Fixed and improved boost exact hit with autocomplete
- Map with autocomplete Javascript as home page
v0.6
- added autocomplete flag - search query as prefix (use "*" as a suffix).
- pretty debug times in html format
v0.5
- improved searching - remove numbers from the query and repeat it (we do not expect numbers, like house numbers, in source data)
v0.4
- Changed ranker method, boost exact hit, loop over more index types
- Print wikipedia and place_rank
- Fixed utf8 in templates