Skip to content

deekumar24/multiple-options-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

multiple-options-search

  • This code implements multiple options search in Laravel Query Builder.
  • Based on available paramters the query is changed accordingly.
  • This also implements eager loading to reduce the number of query executions to get the required data.
  • Initially this code runs on an average 80+ queries but after the implementation of eager loading and dynamic query it has been reduced to 5 average queries.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages