-
-
Notifications
You must be signed in to change notification settings - Fork 455
update to ExplorerPathActionkeyword branch #457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
Crossed out? |
Crossed out because the function require additional checking (but still can be done in binding, but is similarly complex). Let me check whether we can simplify this process. |
1. Moving Property match to Settings.cs 2. Use Binding to avoid explicit Function Assign 3. Simplify ActionKeywordMatch
|
hmmm some logic is weird. Give me some time to fix that. |
|
Do we want these setting be the same? Or they are not supposed to be the same (the same just to use SearchActionkeyword) |
what settings are you referring to? |
The four action keywords. |
|
same as in using the global action keyword? then yes except for content search which default is |
Well in my last commit, I make it to be exclusive. I would consider user should use the SearchActionkeyword when they want index search and path search with one actionkeyword, use PathSearchActionkeyword or IndexOnlyActionkeyword when they only wants a specific location. |
Yeah, the changes in this pr is intending to allow search as how it is functioning before, plus those individual action keywords when enabled. No need to worry about allowing dup action keyword for this, if we going to tackle it better do it in a separate pr. |
|
Only duplicate action keyword that is allowed is global action keyword |
yes you are right, because that's handled by Flow's plugin system. |
|
if this is good to go, shall we merge it into your pr? |
Sure, I just waiting for your review. |
No description provided.