api icon indicating copy to clipboard operation
api copied to clipboard

API should return error on unsupported fields

Open shyuep opened this issue 10 months ago • 1 comments

mpr.materials._search(nelements=2, fields=["material_id", "final_structure"]) simply returns the material_id and the final_structure is ignored. This is generally not a good behavior for people to learn that final_structure is not actually a supported field for materials.

shyuep avatar Aug 10 '23 17:08 shyuep