numberdb / numberdb-website

Website and database builder for numberdb.org
0 stars 2 forks source link

Sage interface: allow nested dicts/lists as queries #43

Open bmatschke opened 3 years ago

bmatschke commented 3 years ago

The interface for sage should allow queries that are sage objects (and not (strings representing) expressions of such), e.g. we should be able to query:

sage: search({n: pi^n for n in [1..5]})