Viktor
Viktor
If CSS changes are insufficient, this is probably a good point to make a simple code change: https://github.com/MarginaliaSearch/MarginaliaSearch/blob/b5d27c140610ede7d792da7379623eebe3984d29/code/services-application/search-service/java/nu/marginalia/search/model/DecoratedSearchResults.java#L78
An app sounds like a neat idea. Only wrinkle in the plan I see is that Marginalia currently doesn't have a fully open API, since there is so much bot...
Queries are always going to be expensive when indexing terabytes of data. There are hardware limitations that simply can't be optimized away. If you execute query containing only common words,...
> When playing with this feature, I also noticed that while changes to `single_window_aspect_ratio_tolerance` will be picked up when the config is saved/reloaded, changes to `single_window_aspect_ratio` will be ignored until...
Yeah I agree being able to access both behaviors is likely desirable and personally currently use fullscreen 0 when I want to actually fullscreen something. What would be (IMO) a...
Hey, I had a look at the crawl data. As far as I can tell, this is what happens: In the addresses like `https://planet.gnu.org/infra/www/index.html`, the crawler found a link like...
We can leave it open as a reminder that this is a general case that the crawler probably could deal better with, even though it's technically correct in behaving like...
The main component that would make sense to translate to some other language, be it C++ or Rust is the index itself, as it's the most performance critical part. There's...
I'd rather see work toward removing the need for manual approval. The approval mechanism currently exists to protect the domain database from entry of invalid domains, which would create a...
Thanks for mapping this out. Looks like it may be some issues with token-forming. There are also some limitations that means the search engine curently excludes code blocks IIRC, but...