-
Notifications
You must be signed in to change notification settings - Fork 7
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
Restore multi-index search capabilities #573
Comments
Is there a way to assign weights to the parts of the combined index? When searching within a specific documentation, that module's API reference should have much higher priority than another module's API, for example. |
I asked for the implementation of a checkbox back in the days when edb and aedt where merged into a single package. |
We may be able to do this using the sortFn function and some additional options in the
Regarding this, we will need UI/UX to guide us @Revathyvenugopal162. I am clueless about whether we should use a drop-down, checkboxes, or any others. |
Since we need input from developers and UI/UX, we will postpone this for v1.3. |
PyMAPDL will not use this feature (at least for the moment), so I should probably not give an opinion. However I think any option is very valid, provided that switching to other indexes is clear and evident in the UI in case we go for option 1; or there is a proper highlighting of where the info is coming from in case 2. Of course, performance should be OK for very big indexes like PyAEDT. Since some projects have tight integration, for instance PyFluent with Pyfluent-visualization, and Pyfluent-parametric; or PyDPF-Post with PyDPF-Core, etc.... You might want to go for the option 2, and make sure to highlight the repository the result is coming from. PD. This could have been a poll in discussions. |
After migrating to the new [Fuse.js] static search, searching across various
search.json
files is no longer supported. This has been a request raised by some developers. Thus, lets implement it back before v1.2.Two options are possible.
search.json
file. When searching, the search will show results from both indices.The text was updated successfully, but these errors were encountered: