-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add search functionality #117
Conversation
@jpadilla Here's some basic search functionality. |
Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
- Added query field to the FilterForm Signed-off-by: Froilan Irizarry <[email protected]>
- Search now uses tag filter - Search now filters by the final search vector Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
- Search view now uses tag filter and text search - cache_key now uses query as part of its key - removed redundant filters Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
- Tags dropdown does search on change. Form submit button needs to be pressed. - Input field takes free text and is not required to search with tag filter. Signed-off-by: Froilan Irizarry <[email protected]>
- Tags dropdown does search on change. Form submit button needs to be pressed. - Input field takes free text and is not required to search with tag filter. Signed-off-by: Froilan Irizarry <[email protected]>
Signed-off-by: Froilan Irizarry <[email protected]>
Hola a todos. Perdon que esto tomo tanto tiempo. La funcionalidad de busqueda esta lista para probar. Lo que queda por hacer es refinar el UI. Para esto necesito un poco de ayuda. Esta es la pagina principal. Estoy seguro que @gcollazo no le va gustar esto 😝 pero no se que hacer para arreglar esto con los styles existentes. Esta es la pagina con los resultados de busqueda Cambios
|
This Pull Request is being marked as Stale because it has 30 days without any interaction. CC: @gcollazo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM... me gustaría ver screenshots si puedes @froi
UPS sorry no vi los screenshots de arriba 🤷♂️ |
Creo que todavía necesita cariño la parte del UI, but up to you. |
What's in here
Adding full text search functionality to the app using PostgreSQL as our search backend.
What's the plan
municipality
,title
,tags
, andcontent
fields from our model.Closes #105