Dynamic Search Conditions
2016TL; DR
This session looks at the two main techniques to efficiently implement searches where users can select between a large set of search conditions
Session Details
A common requirement in database applications is that users need a function to search a set of data from a large set of possible search conditions. The challenge is to implement such searches in a way that isboth maintenanble and efficient in terms of performance. This session looks at the two main techniques to implement such searches and highlights their strengths and limitaitons.