3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jan 03, 2025 — Jan 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We should never abort when we can not unindex an object. This breaks badly with (admitedly evil) things such as CacheSetup content. More... over 17 years ago
update 2dos More... over 17 years ago
add support for boolean values to `buildQuery` More... over 17 years ago
fix for r66110 More... over 17 years ago
with the last change r65253 can be reverted, but `queryCatalog.py` itself (as well as the profile & skin from r65252) needs to be kept because of r66106 More... over 17 years ago
add workaround for not passed in request instance for calls to `searchResults`; without a request solr flares could not be adapted to plone flares, which in turned caused the conversion from search results to absolute urls to fail, so that 404s would result in a error, for example (also see r65251:65253) More... over 17 years ago
make the test actually use the solr server... and not the portal catalog, doh! More... over 17 years ago
it's almost time for a first alpha... More... over 17 years ago
make pyflakes happy More... over 17 years ago
the most common query attributes are handled, so these messages can be downgraded More... over 17 years ago
these are done More... over 17 years ago
clean up & simplify the tests a bit More... over 17 years ago
save one lookup — the value is already known More... over 17 years ago
translate the "effectiveRange" `DateRangeIndex` to support search semantics for inactive content More... over 17 years ago
test security while searching (i.e. the `allowedRolesAndUsers` index) More... over 17 years ago
support boolean values More... over 17 years ago
support logical operators for searches (and get the quoting right) More... over 17 years ago
also convert single date values More... over 17 years ago
support both old- and new-style query arguments More... over 17 years ago
clean up properly so tests won't fail when run separately More... over 17 years ago
implement path searches More... over 17 years ago
fix white space More... over 17 years ago
test `solrSearchResults` with an extended schema More... over 17 years ago
refactor tests to make them more readable More... over 17 years ago
add another todo More... over 17 years ago
test already existing code for translating query arguments More... over 17 years ago
factor out the solr-specific translation of query parameters for easier testing More... over 17 years ago
introduce an upper limit for objects in the zodb cache during indexing; if the limit is reached (after a batch has been processed) the cache is minimized More... over 17 years ago
change walker to traverse the hierarchy breadth-first, so that indexing remains in the "neighborhood" and doesn't unnecessarily wake up different parent objects all the time More... over 17 years ago
update version More... over 17 years ago