Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.23k stars 1.43k forks source link

Remove the word 'lucene' from runLuceneQuery and buildLuceneQuery. #13929

Closed samwho closed 2 weeks ago

samwho commented 2 weeks ago

Description

These functions never actually used Lucene, never had anything Lucene-specific about them. They were just named this way because our internal table search used Lucene under the hood. This is changing with SQS, so we're renaming these functions to remove confusion.

linear[bot] commented 2 weeks ago

BUDI-8338 Refactor in-memory filter naming

melohagan commented 2 weeks ago

Should you also rename LuceneUtils as well?

samwho commented 2 weeks ago

@melohagan done! 🙂