nuPickers
nuPickers copied to clipboard
Token replacement for Lucene Raw Query
the parameters:
- CurrentId
- ParentId
- Typeahead
can be replaced with values
Was this ever implemented?
@protherj any thoughts about a Lucene token prefix ?
Sql uses: @contextId, @typeahead Xml uses: $ancestorOrSelf
So we add a Typeahead property to the DataSource, then set it in the ApiController. Is the token prefix you're looking for the field to search?
-Jason
Hi @protherj the token prefix is just something to make the magic string identifiable as a token - the field to search would be in the RawQuery and associated with the token, does that help ?