Extension Manager - Search

Last modified by Vincent Massol on 2024/11/19 16:12

 XWiki
 Requirements
 Completed
 

Description

A simple search is already provided but we need to have something more details to be able to search and sort extension by specific criteria.

Query object

Pro:

  • Easy to manipulate for repository whatever the way it really store and search extension on its side.

Cons:

  • Hard to expose in the UI

Query language

Pro:

  • easy to expose in the UI

Cons:

  • the language to choose since it's a very big constraints for the repository implementation behind the scene.

Both

Meaning query object based API for the repository handler Java API and a syntax used in only in the UI and then converted to query objects.


 

Get Connected