Refactor the search endpoint to allow for customisation.#9
Refactor the search endpoint to allow for customisation.#9
Conversation
…dependency directly
|
@alvinsw Can you remove I'm not convinced we should commit it (although I'm open to discussing it). Can you expand more on the use case for it? |
|
The dist folder is required when we want to add dependency directly from the github repo eg |
|
@alvinsw It makes it very difficult to review with all the Can you please remove from this PR and perhaps create another branch for your use case that includes the dist others can use? |
Changes required to allow user to customise opensearch search query and result:
Extract the codes for building the opensearch search query into an extendable class.
Added queryBuilderClass and queryBuilderOptions to the main Options.