| Port details |
- py-modelsearch Library for indexing Django models
- 1.1 www
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-11-09 16:36:29
- Last Update: 2025-11-09 16:30:45
- Commit Hash: c88d5e4
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://django-modelsearch.readthedocs.io/en/latest/
- https://github.com/kaedroho/django-modelsearch
- Description:
- Django ModelSearch allows you to index Django models and search them using the
ORM!
It supports PostgreSQL FTS, SQLite FTS5, MySQL FTS, MariaDB FTS, Elasticsearch
(7.x, 8.x, and 9.x), and OpenSearch (2.x and 3.x).
Features:
- Index models in Elasticsearch and OpenSearch and query with the Django ORM
- Reuse existing QuerySets for search, works with Django paginators and
django-filter
- Also supports PostgreSQL FTS, MySQL FTS, MariaDB FTS and SQLite FTS5
- Autocomplete
- Faceting
- Per-field boosting
- Fuzzy Search
- Phrase search
- Structured queries
- Multi-table inheritance
- Zero-downtime index rebuilding (uses aliases to atomically swap in a new index
when its ready)
This has been built into Wagtail CMS since 2014 and extracted into a separate
package in March 2025.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}modelsearch>0:www/py-modelsearch@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-modelsearch/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-modelsearch
- pkg install py311-modelsearch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-modelsearch listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-modelsearch
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1762586690
SHA256 (modelsearch-1.1.tar.gz) = bdccbe9c80b7ac37aecc998ca13f7b05915acca1a2405d73755245df03a37a36
SIZE (modelsearch-1.1.tar.gz) = 87284
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-dj52-django-tasks>=0.7<1 : www/py-dj52-django-tasks@py311
- py311-django52>=5.0<6 : www/py-django52@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- www/py-wagtail
Configuration Options:
- No options to configure
- Options name:
- www_py-modelsearch
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|