Closed iperdomo closed 3 months ago
/api/search
q
text2sql
v_resources
select * from v_resources where [...]
postgres_fdw
/api/search
whereq
uses a natural language query to search resourcestext2sql
approachv_resources
)select * from v_resources where [...]
query is allowed. No need for joins with any other tablepostgres_fdw
to access the relevant tables.