haiku/headers
Augustin Cavalier 44e9aa9f33 file_systems/QueryParser: Don't let the equation score be 0 if there's an index.
Without this, a query term that does have an index but for which
the pattern starts with a wildcard (e.g. "*term*") is treated as having
a score of 0. That means that it is then dependent on the query order
as to whether or not the equation will run at all, since if all the terms
have a score of 0 but one has an index, placing that term first
will make the query run while any other would not.

Fixes #18672.
2024-06-26 18:20:50 -04:00
..
build elf: add PT_RISCV_ATTRIBUTES program header 2023-09-25 15:20:13 +00:00
compatibility gnu: add pthread_setaffinity_np()/pthread_getaffinity_np() 2024-06-10 16:34:25 +00:00
config riscv: cleanup architecture macro checks 2021-09-01 18:04:59 +00:00
cpp userlandfs: use std::bitset for FSCapabilities 2023-07-10 06:27:18 +00:00
glibc Make public glibc header printf.h usable. 2013-07-17 18:07:56 +02:00
libs Icon-O-Matic: Add perspective transformations 2023-08-22 09:44:49 +00:00
os kernel/debug: Report killing signals 2024-06-20 17:11:58 +00:00
posix network/ping: update to freebsd-current 2024-02-26 14:06:29 +00:00
private file_systems/QueryParser: Don't let the equation score be 0 if there's an index. 2024-06-26 18:20:50 -04:00
tools cppunit: Enable CPPUNIT_HAVE_SSTREAM for the non-legacy GCC. 2022-03-29 19:09:38 -04:00