| Port details on branch 2026Q2 |
- py-modelsearch Library for indexing Django models
- 1.3 www
=0 1.3Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2026-05-09 13:21:16
- Last Update: 2026-05-09 13:19:32
- Commit Hash: 9fb24d5
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/wagtail/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 = 1777252826
SHA256 (modelsearch-1.3.tar.gz) = ec1a207d98717642788997299f75a294c5f60a18433f69a188601c665c8d5f12
SIZE (modelsearch-1.3.tar.gz) = 104023
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>=4.2 : www/py-django52@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-modelsearch
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|