Skip to content

Fix library view#14253

Merged
pinzart90 merged 1 commit intomasterfrom
fix_lib_view
Aug 11, 2023
Merged

Fix library view#14253
pinzart90 merged 1 commit intomasterfrom
fix_lib_view

Conversation

@pinzart90
Copy link
Contributor

No description provided.

class SearchResultDataProvider : NodeItemDataProvider
{
public const string serviceIdentifier = "/nodeSearch";
private MethodInfo searchMethod = typeof(NodeSearchModel).GetMethod("Search", BindingFlags.Instance|BindingFlags.NonPublic);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this threw an exception : Ambiguous match

@pinzart90 pinzart90 merged commit aaf6a4e into master Aug 11, 2023
@pinzart90 pinzart90 deleted the fix_lib_view branch August 11, 2023 14:43
reddyashish pushed a commit to reddyashish/Dynamo that referenced this pull request Aug 14, 2023
Co-authored-by: pinzart <[email protected]>
(cherry picked from commit aaf6a4e)
QilongTang pushed a commit that referenced this pull request Aug 15, 2023
* DYN-6094 Lucene unit testing (#14214)

* Lucene unit testing

* test updates

* Update LuceneSearchUtility.cs

* Update NodeAutoCompleteSearchViewModel.cs

* Update NodeAutoCompleteSearchViewModel.cs

* Test updates

(cherry picked from commit 780f854)

* Update SearchResultDataProvider.cs (#14253)

Co-authored-by: pinzart <[email protected]>
(cherry picked from commit aaf6a4e)

---------

Co-authored-by: pinzart90 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants