Searching
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<message>Write the content here to display this box</message> | <message>Write the content here to display this box</message> | ||
We created a Seeker that translates OCL to SQL for searching in databases of any size. We look at derivations, constraints, and validation rules.<syntaxhighlight> | We created a Seeker that translates OCL to SQL for searching in databases of any size using OCLPS. We look at derivations, constraints, and validation rules.<syntaxhighlight> | ||
selfVM.Search | selfVM.Search | ||
</syntaxhighlight>Triggers search functionality using search expressions in your ViewModel and populates the vSeekerResult. | </syntaxhighlight>Triggers search functionality using search expressions in your ViewModel and populates the vSeekerResult. | ||
Line 7: | Line 7: | ||
* [[/wiki.mdriven.net/Documentation:Search result pages|Search result pages]] | * [[/wiki.mdriven.net/Documentation:Search result pages|Search result pages]] | ||
A Seeker View Model will consist of 3 columns: <syntaxhighlight> | |||
SeekValue: vSeekParam | |||
Search: EAL: selfVM.Search | |||
SearchResults: vSeekerResult | |||
</syntaxhighlight> | |||
[[File:Documentation Searching 1729486729246.png|thumb|300x300px]] |
Revision as of 04:59, 21 October 2024
This page was created by Stephanie on 2024-04-05. Last edited by Edgar on 2025-01-20.
We created a Seeker that translates OCL to SQL for searching in databases of any size using OCLPS. We look at derivations, constraints, and validation rules.
selfVM.Search
Triggers search functionality using search expressions in your ViewModel and populates the vSeekerResult.
See also: [edit | edit source]
A Seeker View Model will consist of 3 columns: 
SeekValue: vSeekParam
Search: EAL: selfVM.Search
SearchResults: vSeekerResult