Initial commit

This commit is contained in:
Ronald Huynen
2026-03-23 21:37:59 +01:00
commit 2547717edb
2193 changed files with 972171 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# The Search Bar (Simple Explanation)
The search bar helps you find people, organizations, banks, and posts by looking at what you type and showing you the most relevant results first.
## What Gets Searched
When you search, the system looks through:
- **People's profiles** - their names, skills, descriptions, and location
- **Organizations** - community groups and businesses
- **Banks** - timebank financial institutions
- **Posts** - events, announcements, and content
## How Results Are Ranked
**Most Important First:**
1. **Posts** appear first (events, announcements)
2. **Organizations and Banks** come next
3. **Individual people** appear last
**Location Matters:**
People and organizations near you get pushed to the top. If you're in Amsterdam, someone else in Amsterdam will appear before someone in Berlin, even if the Berlin person might be a better match otherwise.
**Better Matches Rise:**
- If your search words appear in someone's **name** or **post title**, they rank higher
- **Skills and tags** get special attention
- **Complete profiles** with photos and descriptions rank better than empty ones
## What You See
Search results show:
- **Profile cards** with photos, names, locations, and skills
- **Post cards** with images, titles, and event details
- **Highlighted text** showing where your search words were found
- **Search suggestions** as you type
The system remembers your recent searches for 5 minutes, so clicking back and forth between results is fast.
The goal is simple: show you the most relevant people and content in your area first, then expand outward to help you find exactly what you're looking for in the timebank community.