bloombase/plants
Stephan Kerkman f594105311 feat: import VPC plant by pasting URL directly in search
slug_from_query() detects VPC URLs and bare slugs (must contain a hyphen
to avoid treating single search words as slugs). When matched, the search
bypasses the keyword search and shows the plant directly as a VPC result.
Updated search hint text to make this discoverable.

Fixes: VPC search by English name (e.g. "crowfoot") is a VPC limitation —
their search only indexes Latin titles, not custom fields like Engelse naam.
The URL paste workflow is the reliable workaround.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 20:20:06 +02:00
..
migrations feat: store VPC raw scrape data and add reset button 2026-05-28 18:49:15 +02:00
services feat: import VPC plant by pasting URL directly in search 2026-05-28 20:20:06 +02:00
templates/plants feat: import VPC plant by pasting URL directly in search 2026-05-28 20:20:06 +02:00
templatetags feat: month strip display, fix dashboard counter, styled month form 2026-05-28 15:05:13 +02:00
tests feat: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +02:00
utils fix: clear overdue when pruned after the scheduled month 2026-05-28 16:43:15 +02:00
views feat: import VPC plant by pasting URL directly in search 2026-05-28 20:20:06 +02:00
__init__.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
admin.py feat: add Species, Plant, PruningLog models 2026-05-27 19:51:11 +02:00
apps.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
forms.py feat: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +02:00
models.py feat: store VPC raw scrape data and add reset button 2026-05-28 18:49:15 +02:00
tests.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
urls.py feat: store VPC raw scrape data and add reset button 2026-05-28 18:49:15 +02:00
views.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00