2 dépôts
Styled browser-default buttons that submit search forms on search pages.
Distinct from Search Query Transformers: No candidate covers search form submission; closest is Search Query Transformers which focuses on query payloads.
Explore 2 awesome GitHub repositories matching web development · Search Form Submissions. Refine with filters or upvote what's useful.
Uses a styled browser-default button to submit the search form on search pages.
Ransack is an object-based search library for Active Record models that provides a form-driven framework for building database queries. It generates query conditions from user input through a configurable predicate system, allowing developers to filter records using simple or advanced criteria without writing SQL or relying on external dependencies. The library distinguishes itself through its predicate-based query construction, where search methods are dynamically generated from model attribute names and predicate suffixes at runtime. It wraps search parameters into a dedicated form object t
Provides a form-driven framework that generates database query conditions from user input.