Skip to content

Changes similiar item search API to support array of values #19

Description

@jocki

Current API only support a single value such as:

{
   "fields": ["name", "description", "category"],
   "value": "{put the name} {put the description} {put the category}"
}

Rather than putting the values as one single concatenated string (use case: one textbox search all fields), it is better to support different values for each fields, such as:

{
   "fields": ["name", "description", "category"],
   "value": ["{put the name}",  "{put the description}",  "{put the category}"]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions