loupe-php / loupe

A full text search engine with tokenization, stemming, typo tolerance, filters and geo support based on only PHP and SQLite.
MIT License
271 stars 8 forks source link

Fix sorting with null #32

Closed Toflar closed 1 year ago

Toflar commented 1 year ago

Again, another beautiful issue with SQLite weak types.

Fixes https://github.com/loupe-php/loupe/pull/30.