Posts

SphinxSearch finding by partial and inflected words

SphinxSearch finding by partial and inflected words

Enabling partial word search and word inflection support is highly beneficial for modern search-driven applications, especially those handling large text corpora, user-generated content, or multilingual data. This possibilties ara also provided by SphinxSearch.
Using SphinxSearch in Python

Using SphinxSearch in Python

This post explores the possibilties of enabling SphinSearch in your Flask application.
📄

Running SphinxSearch in Podman container

This post documents the setup of SphinxSearch indexing the Postgresql database. The whole installation is hosted on Fedora using Podman containers in...
📄

Neovim cheatsheet

<leader> is by default. Save and run current file :w|!python % Autocompletition from venv bash $ source venv/bin/activate $ nvim Jump to definition...
📄

GPL Softare license key notes

If you consider using the GPL license for your next project or you want to use already GPLed software you have to be aware of several basic things...
📄

Testing data-based algorithms

The article describes a proposal for solving a problem of evolution the complex algorithms, that operate directly on a database, when we have no unit...