SpecEngine Demo Site

This site is home to the demos and POCs for the RitchieSpecs 2.0 project.


URL Params

URL QueryDescriptionDefault
?q=Query"" (empty string)
?s=Return Size10
?rt=Return Type [json,html]json

What's Missing?

  • We need to be able to search params, something like:
    • /search/brand?q=Komatsu&pm=Gross Power&rgunit1=hp&rgvalue1=50
    • /search/brand?q=Caterpillar&pm=Net Power&rgunit2=hp&rgvalue2=50
  • We need to add an easy way to do range searches, maybe something like:
    • /search/brand?q=Komatsu&pm=Net Power&rgmin1=0&rgmax1=100&rgunit1=hp
    • /search/brand?q=Komatsu&pm=Net Power&rgmin2=0&rgmax2=100&rgunit2=hp

Note

If you are using Chrome, you may want to use JSONView