Skip to content

Releases: klokantech/osmnames-sphinxsearch

v1.0

07 Sep 14:48
Compare
Choose a tag to compare
  • Improved index, boosted fast index for exact or prefix on name and alternative_names columns only; large infix-soundex index on name, alternative_names, display_name columns.
  • Changed indexing for OSMNames data 1.1 #25
  • Added caching via HTTP headers: provides Cache-Control, Last-Modified; respects If-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

01 Sep 10:04
Compare
Choose a tag to compare
  • New data columns from OSMNames version 1.1

v0.12

25 Aug 09:52
Compare
Choose a tag to compare
Update tiles and mapbox-gl-js

v0.10

18 Aug 10:14
Compare
Choose a tag to compare
  • Use hash for search permalinks and custom filters (#27)

v0.9

26 Jul 09:53
Compare
Choose a tag to compare
  • vector maps for preview
  • index country_code
  • improved searching (iterative search with modifiers, boost whole query with spaces)

v0.8

25 Jul 10:51
Compare
Choose a tag to compare
Improve javascript demo (using standard component) (#11)

v0.7

22 Jul 10:06
Compare
Choose a tag to compare
  • Fixed and improved boost exact hit with autocomplete
  • Map with autocomplete Javascript as home page

v0.6

21 Jul 12:16
Compare
Choose a tag to compare
  • added autocomplete flag - search query as prefix (use "*" as a suffix).
  • pretty debug times in html format

v0.5

21 Jul 10:00
Compare
Choose a tag to compare
  • improved searching - remove numbers from the query and repeat it (we do not expect numbers, like house numbers, in source data)

v0.4

18 Jul 18:18
Compare
Choose a tag to compare
  • Changed ranker method, boost exact hit, loop over more index types
  • Print wikipedia and place_rank
  • Fixed utf8 in templates