Nick Sweeting
|
27d5d1ddc8
|
revert queryset intersection back to union for search results
|
2024-05-06 23:13:52 -07:00 |
|
Neel Suthar
|
279883d6bb
|
Text Search and Filters don't work at the same time in the web UI #1316
Making sure to return distinct results. Changing set operation to '&' to show the matching results from filters AND search term
|
2024-01-21 17:34:22 -06:00 |
|
Neel Suthar
|
aca0512926
|
Fix for Bug: Search sometimes shows the same snapshot twice #1193
Making sure the search results are unique
|
2024-01-19 17:03:51 -06:00 |
|
Nick Sweeting
|
4524129965
|
dont prevent search when backend throws an exception or times out
|
2021-04-11 00:49:35 -04:00 |
|
Nick Sweeting
|
cadac4838e
|
fix searching by url contents
|
2021-04-05 23:21:07 -04:00 |
|
jdcaballerov
|
6b5c881555
|
Fix search to include filters
|
2020-12-14 13:40:38 -05:00 |
|
JDC
|
823df34080
|
Use QuerySets for search backend API instead of pks
|
2020-12-06 01:12:47 +02:00 |
|
JDC
|
47daa038eb
|
Implement flush for search backend after remove command
|
2020-12-06 01:12:47 +02:00 |
|
JDC
|
5f6673c72c
|
Implement backend architecture for search engines
|
2020-12-06 01:12:46 +02:00 |
|
JDC
|
b1f70b2197
|
Initial implementation
|
2020-12-06 01:12:45 +02:00 |
|