ChannelFinder / pvinfo

Web interface to channel finder with integrations to other HLC apps
MIT License
10 stars 3 forks source link

add env option to limit channel finder PV results on query #73

Closed tynanford closed 11 months ago

tynanford commented 11 months ago

New variable - REACT_APP_CF_MAX_RESULTS to give the option to limit the number of results.

If the variable doesn't exist or is left blank, we should just leave the ~size argument off of the CF query

API call example - /ChannelFinder/resources/channels?~name=*&~size=5

tynanford commented 11 months ago

https://github.com/ChannelFinder/pvinfo/pull/75