]> git.openstreetmap.org Git - nominatim.git/history - lib/SearchDescription.php
Merge branch 'vagrant-centos-with-selinux' of https://github.com/mtmail/Nominatim
[nominatim.git] / lib / SearchDescription.php
2018-03-08 Sarah HoffmannMerge branch 'vagrant-centos-with-selinux' of https...
2018-03-06 Sarah HoffmannMerge pull request #941 from mtmail/parameter-parser...
2018-03-01 Sarah Hoffmannsecond attempt at strict names in structured queries
2018-03-01 Sarah Hoffmanndo not allow importance to become 0
2018-03-01 Sarah Hoffmannfor structured search only accept name terms from the...
2018-02-26 Sarah HoffmannMerge branch 'patch-1' of https://github.com/NeilRickar...
2018-02-18 Sarah HoffmannMerge pull request #928 from EdwardBetts/spelling
2018-02-18 Edward BettsCorrect spelling mistakes.
2017-12-17 Sarah Hoffmannassume name for special operator in bounded search
2017-12-17 Sarah HoffmannGives preference to special terms like postcode and...
2017-12-17 Sarah HoffmannGive higher penalty to partial search terms
2017-10-26 Sarah HoffmannMerge pull request #835 from lonvia/fix-quoting
2017-10-26 Sarah Hoffmannreplace double-quoting with single quotes where applicable
2017-10-25 Sarah Hoffmannfix variable typo when filtering results
2017-10-24 Sarah Hoffmannpenalize housenumber after the postcode
2017-10-24 Sarah Hoffmannrevert use of global penalty for a search direction
2017-10-24 Sarah HoffmannMerge pull request #829 from lonvia/result-as-a-class
2017-10-23 Sarah Hoffmannintroduce Result class in Geocode and SearchDescription
2017-10-15 Sarah HoffmannMerge pull request #814 from lonvia/phrase-as-a-class
2017-10-13 Sarah Hoffmannfix CodeSniffer offences
2017-10-13 Sarah Hoffmannmove word recheck into token collection
2017-10-13 Sarah Hoffmannsimplify cross-check of country tokens
2017-10-12 Sarah Hoffmanntake frequency scores from token description
2017-10-10 Sarah HoffmannMerge pull request #812 from lonvia/search-as-a-class
2017-10-09 Sarah Hoffmanndocumentation for SearchContext and SearchDescription
2017-10-09 Sarah Hoffmanncoding style and some documentation
2017-10-09 Sarah Hoffmannmove complete search query code into SearchDescription
2017-10-08 Sarah Hoffmannmove country list to SearchContext
2017-10-08 Sarah Hoffmannmove excluded place list to SearchContext
2017-10-08 Sarah Hoffmannmove viewbox sql to new SearchContext
2017-10-08 Sarah Hoffmannreplace NearPoint with a more generic context object
2017-10-08 Sarah Hoffmanndon't trust words from word table to be sanatized
2017-10-08 Sarah Hoffmannadd missing include
2017-10-08 Sarah Hoffmannfix CodeSniffer violations
2017-10-08 Sarah Hoffmannfix more syntax issues
2017-10-08 Sarah Hoffmannmove Search dump function into SearchDescription class
2017-10-08 Sarah Hoffmannfix syntax errors from introduction of SearchDescription
2017-10-08 Sarah Hoffmannconvert getGroupedSearches to SearchDescription class
2017-10-08 Sarah Hoffmannadd function to convert array to SQL
2017-10-08 Sarah Hoffmannuse SearchDescription class in query loop
2017-10-07 Sarah Hoffmannmove initial search setup to new class type
2017-10-07 Sarah Hoffmannadd new class for searches