OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Updated: (ODATA-222) free-text search within a property


     [ http://tools.oasis-open.org/issues/browse/ODATA-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Pizzo updated ODATA-222:
--------------------------------

    Proposal: 
Add filter function search with two arguments: the first a string to search in, and the second a search expression using the same syntax as $search, and not enclosed in quotes:

~/Report?$filter=search(Description, foo AND bar)


  was:
Add filter function search with two arguments: the first a property path, the second a search expression using the same syntax as $search, and not enclosed in quotes:

~/Report?$filter=search(Description, foo AND bar)



> free-text search within a property
> ----------------------------------
>
>                 Key: ODATA-222
>                 URL: http://tools.oasis-open.org/issues/browse/ODATA-222
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: New Feature
>          Components: OData ABNF Construction Rules v1.0, OData URL Conventions v1.0
>    Affects Versions: WD01
>         Environment: [Proposed]
>            Reporter: Andrew Eisenberg
>             Fix For: WD01
>
>
> ODATA-139 introduces free-text search for entities, with syntax 
> $search=foo AND bar
> I suggest that the same search capability be provided for individual properties. Perhaps:
> .../Report?$filter=search(Description, "foo AND bar")

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]