dman926 / SEPHIRA-CMS

An Angular 13 front end with a complete FastAPI backend. Perfect for getting your next project off the ground
MIT License
9 stars 6 forks source link

Search touch ups #15

Open dman926 opened 2 years ago

dman926 commented 2 years ago

Is your feature request related to a problem? Please describe. With the incoming post type revamp, the search page needs a better way to search posts. Currently, it only searches Page types, and doesn't utilize pagination, which can cause large payloads on larger sites.

Describe the solution you'd like The search component needs to utilize pagination, which the main API call will support out of the box when the post type revamp is live. It also needs a way to search through all post types (that have an optional searchable field set to true)

dman926 commented 2 years ago

New angular is missing a search page entirely, but there are backend functions in place, so I will work on it.