Weedow Searchy - Advanced Entity search engine with a powerful query language
by•
Searchy is a Spring-based library that automatically exposes web services over HTTP to search for Entity-related data using a powerful query language (searching on any field, combine multiple criteria to refine the search, and even search on nested fields).
Replies
Best
Maker
Let's say you manage Persons associated with Addresses, Vehicles and a Job.
You want to allow customers to search for them, regardless of the search criteria:
- Search for Persons whose first name is "John" or "Jane"
- Search for Persons whose company where they work is "Acme", and own a car or a motorbike
- Search for Persons who live in London
Weedow Searchy allows you to perform all these searches with a minimum configuration in your web application.
Replies