Implementing Search for OwnNote

Hi everyone,

I was looking into helping the OwnNote app by implementing a Search function. While I'm quite OK with PHP, I'm completely new to the OC framework and API. I was reading up on hooks but there doesn't seem to be anythin related to search functionality.

Could anybody give me a hint as where / how to start? :slight_smile:

Thanks
Roman

Hi,

the easiest way would be to either contact the author of that app directly or by having a look at existing apps like contacts or calendar which might lead you to some info. Additional documentation for app developers is also available at:

https://doc.owncloud.org/server/9.1/developer_manual/

which could also contain some hints how to implement that.